Step 1: Install Docker and Docker Compose

1.1 Installing Docker:

For Windows:

For Mac:

For Linux:

1.2 Installing Docker Compose:

For all OS:

Step 2: Setting up the Environment

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: