🐳Docker
System Requirements
CPU
OS
RAM
DISK
Pre-requisite
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
Create docker compose file
Start the Node
Monitoring
Monitor Logs of Docker Container
Sync Status
Latest Block
References
Last updated
Was this helpful?