AI Marketplace
  • AI Service Development Guide
  • AI Service Deployment Guide
  • Harbor Guide
  • L1 + L2 Usage Guide
  • L3 Development Guide
  • Publisher Flow Layer 1
  • Publisher Flow Layer 2
  • Terms of Service
  • Privacy Policy
Powered by GitBook
On this page
  • User
  • Access GUI
  • Using CLI to push/pull image
Export as PDF

Harbor Guide

PreviousAI Service Deployment GuideNextL1 + L2 Usage Guide

Last updated 9 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: