Docker && 常用操作指南

2- Docker常用操作指南

2-1 从Docker Hub上搜索你想要的Docker镜像

比如你要搜索centos这个镜像

  • name表示镜像的名称
  • description表示镜像的来源
  • stars表示有多少人赞了这个镜像
  • official表示这个镜像是否官方镜像
  • automated表示这个镜像是否自动化
# docker search centos
NAME                               DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
centos                             The official build of CentOS.                   4702                [OK]                
ansible/centos7-ansible            Ansible on Centos7                              118                                     [OK]
jdeathe/centos-ssh                 CentOS-6 6.10 x86_64 / CentOS-7 7.5.1804 x86…   99                                      [OK]
consol/centos-xfce-vnc             Centos container with "headless" VNC session…   63                                      [OK]
imagine10255/centos6-lnmp-php56    centos6-lnmp-php56                              45                                      [OK]

......

猜你喜欢

转载自www.cnblogs.com/accumulation-liuqi/p/9652394.html