creo
X/TwitterBack to siteDocumentation
  • Project Basics
    • Overview
    • The Challenge
    • Project Timeline
    • The Creo Platform
  • Exploring Our Products
    • Creo Node Interface
    • Creo Automation
    • Creo Virtual Replica
    • Personalized Agent Integration (BYOA)
    • Creo Infrastructure
    • Creo Node Management
    • Creo Node Instance
    • Creo Verification Nodes
  • Network Participants
    • Participants and Functions
  • Technology Overview
    • Decentralized Processing Network
    • Security and Data Protection Framework
    • Digital Agreements
    • Support Across Varied Hardware
    • Efficiency Enhancements
    • Service Excellence (QoS)
    • Trustworthiness System
  • System Architecture Explained
    • General Architecture
    • Agent Core Components
    • Detailed Look at Creo Node
    • Creo Environment Structure
    • Integration and APIs
  • Setting Up Creo Node
    • 1. Getting Started
    • 2. Installing Docker
    • 3. Using Docker Desktop
    • 4. PowerShell Guide
    • 5. Downloading the Docker Image
    • 6. Registering Your Worker
  • Practical Applications
    • Use Cases Overview
    • Applications in Major Companies
    • Solutions for SMEs
    • Benefits for High-Profile Individuals
  • The Creo Ecosystem
    • Earning and Reward System
    • Business Operations Model
  • The Creo Foundation
    • About the Foundation
    • Volunteer Computing Initiatives
  • Legal Information
    • Terms of Service
    • Privacy Policies
Powered by GitBook
On this page
  1. Setting Up Creo Node

5. Downloading the Docker Image

Before proceeding, enterprises interested in participating in the Creo 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 Creo’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 Creo/Creo-node:latest

*Creo/Creo-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 Creo-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 Creo-node as shown below:

Previous4. PowerShell GuideNext6. Registering Your Worker

Last updated 1 month ago