Image: screengrab of hive.io
I have figured out that there is an option to create a custom environment by means of a .env
file under the installation file which would be something like:
git clone https://github.com/someguy123/hive-docker.git
cd hive-docker
There is a file there with a sample environment file example.env
. To use it do
cp example.env .env
nano .env
Now here is an issue: the environment seems a bit outdated as it is still tuned to work with Steem.
So at this point trying to custom-edit it to work with my Digital Ocean-housed server seems to be a bit challenging. What I get is output that looks like this:
ubuntu@hive-node-0:~/hive-docker$ ./run.sh start
[2022-04-20 17:59:55 UTC] -> Starting container 'seed'...
Unable to find image 'steem:latest' locally
docker: Error response from daemon: pull access denied for steem, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
[2022-04-20 17:59:56 UTC] A fatal error has occurred and SIAB run.sh must exit.
[2022-04-20 17:59:56 UTC] Line number which triggered this: 2779
[2022-04-20 17:59:56 UTC] Bash command / function which triggered this: env "${_CMD[@]}"
[2022-04-20 17:59:56 UTC] [ERROR] SIAB not exiting cleanly. Detected non-zero error code while exiting: 125
ubuntu@hive-node-0:~/hive-docker$
It looks like some more detailed adaptation and adjustments are in order to make it more "in a box" - an shrink-wrapped deployment.
References
HIAB (HIVE In a Box) update
@borepstein, 15 April 2022
How To Set Up A Hive Witness Using HIAB At Version 1.24.4
@rishi556, 8 November 2020
Social media links
Website
Support