Skip to content

docker based innova wallet w local persistent data dir

Notifications You must be signed in to change notification settings

innova-foundation/innova-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-based innova wallet

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.

usage

build the image

make

run it

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

start innovad

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.

open another shell

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

now, run innovad commands

./innovad help

managing your wallet

The data directory will end up on your host machine in a folder called innova-data

About

docker based innova wallet w local persistent data dir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.1%
  • Dockerfile 20.4%
  • Makefile 4.5%