mirror of
https://git.wownero.com/asymptotically/docker-monero.git
synced 2024-08-15 01:03:28 +00:00
.. | ||
Dockerfile | ||
README.md |
wownero
Docker image for the Wownero P2P daemon and wallet RPC server.
Features
- Super minimal image. No BS.
Daemon Usage Example
docker volume create wownerod_data
docker run \
--name wownerod \
--rm \
-d \
--entrypoint /bin/wownerod \
-v wownerod_data:/data \
-p 18080:18080 \
-p 18081:18081 \
moneromint/wownero \
--non-interactive \
--data-dir /data \
--rpc-bind-ip 0.0.0.0 \
--confirm-external-bind \
--restricted-rpc