Deprecated see mazaclub/mazachain-mazacoind
Builds a docker with mazawatch ready to run in testnet or livenet modes
Just run the included run-mazawatch.sh
As simple as git clone & make!!
git clone https://github.com/mazaclub/docker-mazawatch
cd docker-mazawatch
make all
To use the include insecure SSH key,
This comes with an ssh server running to simplify you manangement. You can either enter with nsenter, or ssh
Run the docker with ssh available:
docker run (some startup config) /sbin/my_init --enable-insecure-key
# Download the insecure private key
curl -o insecure_key -fSL https://github.com/phusion/baseimage-docker/raw/master/image/insecure_key
chmod 600 insecure_key
ssh -i insecure_key root@localhost
ssh -i insecure_key root@ echo hello world