🐳Docker
System Requirements
Pre-Requisites
sudo apt update -y && sudo apt upgrade -y && sudo apt auto-remove -y
sudo apt install ufw -yConfigure Firewall Settings
sudo ufw default deny incoming
sudo ufw default allow outgoing
sudo ufw allow 22/tcp
sudo ufw allow 80
sudo ufw allow 443
sudo ufw allow 4444Install Docker
Setup Rootstock Node
Run the node
Monitor the node
Query the node
References
Last updated
Was this helpful?