Setup node on Docker
Before installing Docker, ensure your system meets the minimum requirements before installing the Rootstock node. If you already have docker installed. See Install RSKj using Docker.
Install Docker Desktop Client
Docker Desktop provides an easy and fast way for running containerized applications on various operating systems.
For Mac OSX and Windows:
- Download and install
- Start the Docker Desktop client
- Login with a Docker Hub free account
For Linux:
- Install Docker Engine Community
- Note that you will need to use
sudo
for all docker commands, by default. To avoid this additional steps are required.
Ensure that docker is running by running the following command - it should run without any errors.
docker ps
More information about Docker install here.
Install RSKj Using Docker
To install a Rootstock node using Docker, visit the Docker Hub for installation instructions.