🐳Docker

Authors: [ Ankur | Dapplooker]

System Requirements

CPU
OS
RAM
DISK

8 vCPU

Ubuntu 22.04

16 GB

500 GB

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 -y

Firewall Settings

Check status & enable UFW

sudo ufw enable
sudo ufw status verbose

Set 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

Sync Status

Latest Block

Response should look like:

References

Last updated

Was this helpful?