Inertia Scan
  • Get Started
    • Introduction and Overview
    • System requirements
  • Inertia Scan Docker Setup for Fullnode
  • Inertia Scan Docker Setup for Validator Node
Powered by GitBook
On this page
  • Easy Docker Installation Guide
  • Quick Steps to Run Docker

Inertia Scan Docker Setup for Fullnode

Use Docker to easily set up Inertia Scan. Just copy and paste these commands to download the necessary files:

PreviousSystem requirementsNextInertia Scan Docker Setup for Validator Node

Last updated 5 days ago

  1. Download inertiachain.json and inertiachain_archive.cfg by:

wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/node-setup/genesis/inertiachain.json

wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/inertiachain_archive.cfg
  1. Download static-nodes.json

wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/node-setup/static-nodes.json
wget https://raw.githubusercontent.com/Inertiachain/Docs/refs/heads/main/node-setup/docker-compose.yml

Easy Docker Installation Guide

Install Docker Desktop on Windows

Install Docker Desktop on Mac

Updates your system's software lists:

sudo apt update 

Update system:

sudo apt upgrade -y

Install Docker and Docker Compose:

sudo apt install docker.io docker-compose -y

Quick Steps to Run Docker

Run the validator using this command from the directory with docker-compose.yml

docker-compose up -d
Install Docker Desktop on WindowsDocker Documentation
Get Docker for Windows with just one click!
Logo
Install Docker Desktop on MacDocker Documentation
Get Docker for Mac with just one click!
Logo