查找镜像

  查找镜像的方法有主要有两种,一种是在Docker Hub官方网站查找,网址为https://hub.docker.com/

Docker镜像的获取和推送

  另一种方法是在命令行界面中通过docker serach <image>来查找相关的镜像。

  docker search命令说明:

docker search [options] TERM
    --authomated=false    Only show automated builds
    --no-trunc=false    Don't truncate output
    -s,--stars=0    Only displays with at least x stars
    最多返回25个结果
View Code

相关文章: