LogoLogo
Website
AITECH
AITECH
  • Overview
    • Company Origin
      • Our Vision
  • Data center
  • Products
    • Compute Marketplace
      • Virtualization & GPU Partitioning
    • AI Marketplace
      • Autodeployment
    • AvaChat AI Agent
      • AVA: The AI Agent on X
      • AVA: AI Agent on Telegram
    • Debit Card
    • AI Agent TapHub
    • Staking
    • Launchpads
    • Virtual Private Network
  • AITECH Token
    • What is AITECH Token?
    • Perpetual Burn Program
    • AITECH Tokenomics
  • Appendix
    • Annual Report 2024
    • AI Marketplace Docs
      • AI Service Development Guide
      • Harbor Guide
      • L1 + L2 Guide
      • L3 Development Guide
      • Publisher Flow Layer 1
      • Publisher Flow Layer 2
    • Compute Marketplace Docs
      • Authentication
      • Renting instances
      • Hosting machine
      • Manage billing information
      • Manage earning information
  • MISC.
    • Social Links
    • Interior Installation Works - 2024
  • Legal
    • Legal Disclaimer
  • Compliance
    • AML/KYC Policy AI Ecosystem
    • AITECH EU Act Compliant
    • Staking Services and Regulatory Compliance
    • Prohibited Jurisdictions & Sanctions Compliance
    • Fraud Prevention, Hacking Risks and Security Measures
    • Risk Disclosures and Warnings
    • AI Marketplace Disclaimer
    • Compute Marketplace – Disclaimer
    • Compute Marketplace – Acceptable Use Policy
  • Terms of Use
    • Compute Marketplace – Terms and Conditions
    • AI Marketplace - Terms of Use
    • AVAChat Terms of Use
Powered by GitBook
On this page
  • User
  • Access GUI
  • Using CLI to push/pull image
  1. Appendix
  2. AI Marketplace Docs

Harbor Guide

PreviousAI Service Development GuideNextL1 + L2 Guide

Last updated 3 months ago

User

Access GUI

  • After login with user provided by admin, the GUI will be like this:

  • In Project tab, you can see the project you have permission to access it.

  • The Logs tab will show the log

  • Click on project to see detail

Using CLI to push/pull image

  • Login: Use your account to login

docker login harbor.dev.devsaitech.com

  • Tag image and push image

  • docker tag nginx harbor.dev.devsaitech.com/supersmartai/itsover9000

  • docker push harbor.dev.devsaitech.com/supersmartai/itsover9000

  • Pulling image:

    • Login with account

    • Pull image with command:

  • docker pull harbor.dev.devsaitech.com/supersmartai/itsover9000

Note: You can refer to this if you find trouble: