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
- Host: GitHub
- URL: https://github.com/brunneis/litecoin-core-docker
- Owner: brunneis
- License: gpl-3.0
- Created: 2018-06-03T12:05:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T13:23:08.000Z (over 7 years ago)
- Last Synced: 2025-01-26T13:41:23.926Z (about 1 year ago)
- Topics: docker, full-node, litecoin
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/brunneis/litecoin-core/tags/
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).