brunneis / litecoin-core-docker

Litecoin Core 0.16.3 full node Docker container

Home Page:https://hub.docker.com/r/brunneis/litecoin-core/tags/

Repository from Github https://github.combrunneis/litecoin-core-dockerRepository from Github https://github.combrunneis/litecoin-core-docker

litecoin-core-docker

You can run the latest available image as follows:

docker run -d \
-v "$(pwd)"/litecoin-data:/root/.litecoin \
--name litecoin-core \
-p 8333:8333 \
--restart always \
brunneis/litecoin-core

All the available tags are listed here.

About

Litecoin Core 0.16.3 full node Docker container

https://hub.docker.com/r/brunneis/litecoin-core/tags/

License:GNU General Public License v3.0


Languages

Language:Dockerfile 68.6%Language:Shell 31.4%