Dockerfile to run a fullnode in the Polkadot ecosystem. You will find below all the steps on how to run your own fullnode (mainnet and testnet).
Before running the node, please make sure to cover the following recommended requirements:
- 4 CPU
- 16 GB Memory
- 300 GB Storage
- 4 CPU
- 32 GB Memory
- 500 GB Storage
docker build -t image-name .
Please specify the node's name in the below command.
docker run -d image-name --name your-node-name --chain=westend --sync=warp
docker run -d image-name --name your-node-name
Visit Polkadot Telementry website to check that your node is running. Make sure to select the correct chain.