1.1 Installing Docker:
For Windows:
For Mac:
For Linux:
Open a terminal and run the following commands:
sudo apt-get update
sudo apt-get install docker.io
sudo systemctl start docker
sudo systemctl enable docker
1.2 Installing Docker Compose:
For all OS:
2.1 Create a Working Directory:
Create a folder on your computer for the node files. For example:
mkdir og-lab-node
cd og-lab-node
2.2 Download the docker-compose.yml File:
Create a file named docker-compose.yml in your working directory and copy the following text into it: