An open API service indexing awesome lists of open source software.

https://github.com/brunneis/litecoin-core-docker

Litecoin Core 0.16.3 full node Docker container
https://github.com/brunneis/litecoin-core-docker

docker full-node litecoin

Last synced: 11 months ago
JSON representation

Litecoin Core 0.16.3 full node Docker container

Awesome Lists containing this project

README

          

# litecoin-core-docker

You can run the latest available image as follows:
```bash
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](https://hub.docker.com/r/brunneis/litecoin-core/tags/).