Cerebrum
X/TwitterTelegramBlogGithub
  • OVERVIEW
    • Abstract
    • The Problem
    • Roadmap
    • The Cerebrum Solution
  • Product Overview
    • Cerebrum Agent
    • Cerebrum Digital Twin
    • Bring Your Own Agent (BYOA)
    • Cerebrum Cloud
    • Cerebrum Node
    • Cerebrum Validators
    • Cerebrum Node Dashboard
  • Network
    • Stakeholders and Roles
  • TECHNOLOGY STACK
    • Decentralized Compute Network
    • Security and Privacy Infrastructure
    • Smart Contracts
    • Distributed with Diverse Hardware Support
    • Optimization
    • Quality of Service (QoS)
    • Reputation System
  • System Architecture
    • Overview
    • Agent Building Blocks
    • Cerebrum Node
    • Cerebrum Ecosystem Architecture
    • API and Integration Capabilities
  • CEREBRUM NODE SETUP & REGISTRATION
    • 1. Introduction
    • 2. Docker Installation
    • 3. Docker Desktop
    • 4. Windows Powershell
    • 5. Pull the Docker Image
    • 6. Register a Cerebrum Worker
  • Practical Use Cases
    • Use Cases
    • Blue-Chip Companies
    • SMEs
    • Individuals with High-Value Brands
  • Cerebrum Ecosystem
    • Earning and Rewards Mechanism
    • Business Model
  • Cerebrum Foundation
    • Cerebrum Foundation
    • Volunteer Computing
  • Legal
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  1. CEREBRUM NODE SETUP & REGISTRATION

5. Pull the Docker Image

Previous4. Windows PowershellNext6. Register a Cerebrum Worker

Last updated 7 months ago

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 .

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:

docker pull cerebrum/cerebrum-node:latest

*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:

Confirming the Pulled Image:

Once the image is pulled successfully, you can confirm the image is available on your system by running the following command:

docker images

The output will list all available Docker images on your system. You should see an entry for cerebrum-node as shown below:

here