5. Pull the Docker Image
Last updated
Last updated
Before proceeding, users interested in participating in the Cerebrum network will need to register on the whitelist to receive early beta access. The network is currently in a closed beta phase, operating in controlled environments with vast bandwidth and mostly uninterrupted uptime. When we release the network for open beta, users can follow the steps below to connect to the network and begin contributing to Cerebrum’s decentralized infrastructure.
Early registration for whitelist access can be accessed from here.
After installing Docker, you can now pull the pre-built Docker image from Docker Hub. Open your terminal (Command Prompt or PowerShell) and run the following command:
*cerebrum/cerebrum-node:latest is just a placeholder used for this document guide. The open beta docker image will be shared with users registered on the whitelist.
This command will download the Docker image from the cerebrum-node repository on Docker Hub.
When the image is successfully pulled, you should see an output similar to the following:
Once the image is pulled successfully, you can confirm the image is available on your system by running the following command:
The output will list all available Docker images on your system. You should see an entry for cerebrum-node as shown below: