Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alixinne/docker-monero
Docker image for the Monero daemon
https://github.com/alixinne/docker-monero
docker monero
Last synced: about 1 month ago
JSON representation
Docker image for the Monero daemon
- Host: GitHub
- URL: https://github.com/alixinne/docker-monero
- Owner: alixinne
- Created: 2022-02-19T17:42:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T12:17:19.000Z (10 months ago)
- Last Synced: 2024-03-15T13:38:22.838Z (10 months ago)
- Topics: docker, monero
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [docker-monero](https://github.com/alixinne/docker-monero)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/alixinne/docker-monero/build.yaml)](https://github.com/alixinne/docker-monero/actions/workflows/build.yaml)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/alixinne/docker-monero/update.yaml)](https://github.com/alixinne/docker-monero/actions/workflows/update.yaml)This is a repository to build a Docker image of the
[Monero](https://www.getmonero.org/) cryptocurrency tools. It is geared towards
running a full node, but feel free to use this image as a base for building
your own applications.## Running
Using Docker:
```bash
docker run -v $PWD/data:/opt/monero/data \ # Data directory for storing the blockchain
-p 18080:18080/tcp \ # (Optional) Expose daemon ports
-p 18081:18081/tcp \
-e RUN_AS=999:999 \ # (Optional) UID:GID to run monerod as
ghcr.io/alixinne/monero:latest
```## Author
* Docker image: [Alixinne](https://github.com/alixinne)
* Monero software: [Monero Project](https://github.com/monero-project)