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

4. Windows Powershell

You can open both Windows PowerShell and Command Prompt from the Windows menu:

  1. Press the Windows key or click the Windows icon in the bottom-left corner.

  2. TypePowerShell or Command Prompt, and press Enter to open the respective terminal.

Verify that Docker is installed by typing this in the PowerShell or Command Prompt terminal:

Copy

docker --version

You should see an output that indicates docker is available on your system:

Copy

Docker version 27.0.3, build 7d4bcd8
Previous3. Docker DesktopNext5. Pull the Docker Image

Last updated 7 months ago