记录一次harbor的镜像扫描和更新

前提:已经部署好harbor(192.168.14.16),项目名称:harbor

1、在harbor服务器拉取centos源镜像

[root@localhost ~]# docker pull centos
Using default tag: latest
latest: Pulling from library/centos
8ba884070f61: Pull complete 
Digest: sha256:a799dd8a2ded4a83484bbae769d97655392b3f86533ceb7dd96bbac929809f3c
Status: Downloaded newer image for centos:latest

查看:

[root@localhost ~]# docker images
REPOSITORY                      TAG                        IMAGE ID            CREATED             SIZE
nginx                           latest                     98ebf73aba75        5 days ago          109MB
192.168.14.16/harbor/nginx      new                        98ebf73aba75        5 days ago          109MB
goharbor/chartmuseum-photon     v0.8.1-v1.8.0              60a4caf66227        2 months ago        113MB
goharbor/harbor-migrator        v1.8.0                     765880263e76        2 months ago        361MB
goharbor/redis-photon      

你可能感兴趣的:(运维容器)