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

4. PowerShell Guide

4. PowerShell Guide

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. Type PowerShell 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:

docker --version

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

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

Last updated 1 month ago