Docker查找镜像







查找镜像

root@ubuntu:~# docker search ubuntu





查找镜像星为3以上的镜像

root@ubuntu:~# docker search -s 3 ubuntu
NAME                       DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
ubuntu                     Ubuntu is a Debian-based Linux operating s...   6197      [OK]       
rastasheep/ubuntu-sshd     Dockerized SSH service, built on top of of...   90                   [OK]
ubuntu-upstart             Upstart is an event-based replacement for ...   74        [OK]       
ubuntu-debootstrap         debootstrap --variant=minbase --components...   30        [OK]       
torusware/speedus-ubuntu   Always updated official Ubuntu docker imag...   28                   [OK]
nuagebec/ubuntu            Simple always updated Ubuntu docker images...   22                   [OK]
nickistre/ubuntu-lamp      LAMP server on Ubuntu                           20                   [OK]
solita/ubuntu-systemd      Ubuntu + systemd                                8                    [OK]
nimmis/ubuntu              This is a docker images different LTS vers...   7                    [OK]
darksheer/ubuntu           Base Ubuntu Image -- Updated hourly             3                    [OK]
root@ubuntu:~# 





你可能感兴趣的:(【Docker】Ubuntu)