🐳Docker

Authors: [ Ankur | Dapplooker]

System Requirements

CPU
OS
RAM
DISK

8 vCPU

Ubuntu 22.04

16 GB

2 TB

circle-check

Pre-requisite

Before starting, clean the setup then update and upgrade. Install following:

  • Docker

  • curl

  • jq

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

Set explicit default UFW rules

Allow SSH, HTTP, and HTTPS

Allow Remote connection

Setup Instructions

1

Setup Project Directory

Create setup-node.sh file.

make the scrip executable :

2

Create Docker Compose File

Create docker-compose.yml file.

3

Execute Node Configuration

4

Start the Node

Monitoring

Monitor Logs of Docker Container

circle-exclamation

Sync Status

Latest Block

Response should look like:

REFERENCES

Development Docs
Block Explorer

Last updated