Skip to content

xludx/docker-idena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ludx/idena

Idena docker image.

Requirements

Quickstart

Start the Idena Node docker image with:

docker-compose up

Then download and run the Idena Client, it should connect to the previously started Idena Node.

Datadir will be located at ./data/idena, remember to make a backup of the keystore/nodekey.

Usage

make build VERSION=0.13.4   - builds new image, downloads the given VERSION from github
make run                    - runs container until stopped, always starts the container when docker starts
make start                  - starts container
make stop                   - stops container
make rm                     - remove container
make pull                   - pull the latest image from docker.io
make logs                   - tails the logs (default level INFO)

Attach bash into running container

docker exec -it idena bash -l