Skip to content

Neuroware-IO/docker-litecoind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

litecoind for docker CircleCI Docker Stars Docker Pulls

docker file for litecoind

Current Litecoind Version

0.13.2

Getting started

Usage with docker

# this will generate conf file by default
# not recommend only to run this way, always set your own username and password
docker run neuroware/litecoind

# create docker volume
docker volume create litecoin

# with commands
docker run -v litecoin:/litecoin --rm -it neuroware/litecoind -rpcuser=user -rpcpassword=password -printtoconsole

Development

Requirements

  • vagrant

Getting started

vagrant up

vagrant ssh

cd /vagrant

# build docker image
make build