From 54431819a45556c5d213929f8f0a3dfca0c7a2bb Mon Sep 17 00:00:00 2001 From: phovleygithub <141656649+phovleygithub@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:49:21 -0600 Subject: [PATCH 1/2] Update readme.md Suggested change to readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 29614ea..6dc12a0 100644 --- a/readme.md +++ b/readme.md @@ -33,3 +33,4 @@ The file structure of this project is as follows: - The hyper-node-volume1 Docker volume is used to persist data for the hyper-node container. - The hyper-node container runs the hyper command, which is a custom command provided by the hyper binary located in the /usr/local/bin/ directory. - The hyper command is configured using the config command before starting the container. +- It appears that the nodes do not function well with this method when being run from a raspberry pi \ No newline at end of file From df44989f92906a6fd39336b0b1196bc757261361 Mon Sep 17 00:00:00 2001 From: phovleygithub <141656649+phovleygithub@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:50:41 -0600 Subject: [PATCH 2/2] Update readme.md Suggested changes to start of readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6dc12a0..27f4b99 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ## Overview -This project is a containerized application that utilizes Docker to run multiple instances of the hyper-node container. The hyper-node container runs the hyper command, which is a custom command provided by the hyper binary located in the /usr/local/bin/ directory. Also contains a script to notify you if your nodes have dropped below a certain threshold. +This project is a containerized application that utilizes Docker to run multiple instances of the hyper-node container. The hyper-node container runs the hyper command, which is a custom command provided by the hyper binary located in the /usr/local/bin/ directory. Also contains a script to notify you if your nodes have dropped below a certain threshold. Any and all help is welcome! ## Getting Started