🐳Docker
Authors: [Vince | Nodeify]
System Requirements
CPU
OS
RAM
DISK
Avalanche Go ⛰
Pre-requisites
sudo apt update -y && sudo apt upgrade -y && sudo apt auto-remove -y
sudo apt install docker.io docker-compose git ufw -ysudo ufw default deny incoming
sudo ufw default allow outgoingsudo ufw allow 22/tcp
sudo ufw allow 80
sudo ufw allow 443Create Avalanche directory
Create .env file
Create docker-compose.yml
Run Avalanche Node
Monitor Logs
Test Avalanche RPC 🧪
Last updated
Was this helpful?