Harbor简化版使用

机器人账户

登录

docker login -u  'robot$gitlab'  -p  'SeQh123tBCP7ubmMvpuJo3iHz' harbor.thefunc.com

拉取

docker pull harbor.thefunc.com/agilebpm/bpmtest@sha256:f54a58bc1aac5ea1a25d796ae155dc228b3f0e11d046ae276b39c4bf2f13d8c4

推送

docker tag SOURCE_IMAGE[:TAG] harbor.thefunc.com/agilebpm/REPOSITORY[:TAG]

docker push harbor.thefunc.com/agilebpm/REPOSITORY[:TAG]

样例

docker tag hello-world:latest harbor.thefunc.com/agilebpm/bpmtest:v1.0
docker push harbor.thefunc.com/agilebpm/bpmtest:v1.0

登出

docker logout harbor.thefunc.com

Hits: 4233

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据