1 | # 登录 Harbor |
查看本地镜像的标签
1 | docker images |
1 | REPOSITORY TAG IMAGE ID CREATED SIZE |
1 | docker inspect nginx.baby/myproject/nginx:ssl |
查看更详细的信息,包括 tag、镜像大小、构建层
确认 Docker 是否登录 harbor
1 | cat ~/.docker/config.json |
1 | { |
1 | # 登录 Harbor |
1 | docker images |
1 | REPOSITORY TAG IMAGE ID CREATED SIZE |
1 | docker inspect nginx.baby/myproject/nginx:ssl |
查看更详细的信息,包括 tag、镜像大小、构建层
1 | cat ~/.docker/config.json |
1 | { |