Docker images for the Frequency parachain Rococo node.
3.6K
Frequency parachain node which connects to the public Rococo testnet network.
Start full chain node that connects to Rococo Testnet network:
docker run -p 9944:9944 -p 30333:30333 frequencychain/parachain-node-rococo:<version.tag> \
--base-path=/chain-data \
--rpc-external \
--rpc-cors=all \
--rpc-methods=safe
Remember that parachain nodes contain a full node of the relay chain as well, so plan available storage size accordingly.
Using Volumes or Bind Mounts is suggested to maintain the --base-path between restarts.
To view all available options and arguments:
docker run --rm frequencychain/parachain-node-rococo:<version.tag> --help
Content type
Image
Digest
sha256:7b596a17a…
Size
63.7 MB
Last updated
over 2 years ago
docker pull frequencychain/parachain-node-rococo