🐳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 docker-compose git ufw -ySet explicit default UFW rules
sudo ufw default deny incoming
sudo ufw default allow outgoingAllow SSH, HTTP and HTTPS
Setup process:
Clone boba network
Create an .env file
Configuration
Example docker-compose file:
Start The Node
Monitor Logs
Test RPC:
Last updated
Was this helpful?