This image provides innovad
via docker while mounting a local folder for the innova data-dir
to keep blockchain and wallet info on your host machine.
make
make run
or if you want to use docker
manually:
docker run -v `pwd`/innova-data:/root/.innova -w /innova/src -i -t circuitbreaker88/innova bash
cd /innova/src
./innovad
it will give you a prompt to edit the innova.conf
in the data dir. Copy and paste the credentials it gives you.
Now, ssh
into the existing container. You can get the container id like so
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d173377e3757 circuitbreaker88/innova "bash" 5 minutes ago Up 5 minutes dazzling_booth
Now jump inside with the exec
command:
docker exec -ti d173377e3757 /bin/bash
./innovad help
The data directory will end up on your host machine in a folder called innova-data