Simple Docker container for Monero daemon.
Create a directory to save the chain and set the path in a file named: env.sh
See env.example.sh for an example.
This will be the chain directory inside your host machine. Once you build the container, a bash script will be created in your chain directory. It will work as the container entrypoint. You can modify the command arguments in this script.
Build the container.
Run Monero daemon.
- Guide | How to run your own Monero node at coincashew.com
- Running Monero Open Node + Tor Onion at monerodocs.org
- fedemahf/docker-monero-wallet-cli - Simple Docker container for Monero CLI Wallet