🐳Docker

Authors: [ Ankur | Dapplooker]

System Requirements

CPU
OS
RAM
DISK

8 vCPU

Ubuntu 22.04

16 GB

500 GB

circle-check

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

1

Pull Docker Image

Pull the image from the GitHub container registry (ghr):

2

Create docker compose file

Create project directory

Create docker-compose.yml file

3

Start the Node

Monitoring

Monitor Logs of Docker Container

circle-exclamation

Sync Status

Latest Block

Response should look like:

REFERENCES

Development Guide
Testnet Block Explorer

Last updated