Moonrabbit node https://moonrabbit.com/
329
This is a moonrabbit full node docker image. You can use it to easily spin a local node.
Image is ready to use and nothing is needed from the developer side to use
docker run -p 30333:30333 -p 9933:9933 -p 9944:9944 -v /tmp/mv:/moonrabbit moonrabbitaz/node
Where /tmp/mv your local holder to store blockchain data
version: "3"
services:
moonrabbit:
platform: linux/x86_64
image: moonrabbitaz/node
ports:
- 30333:30333 # p2p port
- 9933:9933 # rpc port
- 9944:9944 # ws port
volumes:
- /tmp/mv:/moonrabbit
command: ["--name", "MoonRabbitDocker"]
Content type
Image
Digest
sha256:891e9772e…
Size
75.1 MB
Last updated
almost 3 years ago
docker pull moonrabbitaz/node