查找镜像

  查找镜像的方法有主要有两种,一种是在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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-12-27
  • 2021-04-24
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
  • 2021-06-12
  • 2021-09-16
  • 2022-01-14
相关资源
相似解决方案