🐳Docker
Authors: [ Ankur | Dapplooker]
System Requirements
CPU
OS
RAM
DISK
8 vCPU
Ubuntu 22.04
16 GB
500 GB
The Chapel node has a size of 463 GB on March 25, 2025.
Pre-requisite
Before starting, clean the setup then update and upgrade. Install following:
Docker
Commands
sudo apt update -y && sudo apt upgrade -y && sudo apt auto-remove -y
sudo apt install docker.io ufw -y jq -yFirewall Settings
Check status & enable UFW
sudo ufw enable
sudo ufw status verboseSet explicit default UFW rules
Allow SSH, HTTP, and HTTPS
Allow Remote connection
Setup Instructions
Pull Docker Image
Pull the image from the GitHub container registry (ghr):
Create docker compose file
Create project directory
Create docker-compose.yml file
Start the Node
Monitoring
Monitor Logs of Docker Container
Might need to restart the container if snapshot download gets stuck for a longer duration. Total time required to sync is ~28 hr
Sync Status
Latest Block
Response should look like:
References
Last updated
Was this helpful?