CentOS镜像
#   docker pull  centos:centos6
#   docker pull  centos:centos7
默认会拉取centos6/centos7 最新版本的镜像
如果你想拉取指定版本的镜像怎么办?
看CentOS官方在Dockerhub上的tag:
https://hub.docker.com/_/centos
拉取centos7: docker pull centos:centos7
拉取指定版本python
https://hub.docker.com/_/python
拉取python2.7 docker pull python
:2.7

相关文章:

  • 2021-12-10
  • 2022-01-01
  • 2021-06-21
  • 2021-08-05
  • 2021-12-22
  • 2022-02-01
  • 2022-02-23
  • 2021-08-06
猜你喜欢
  • 2021-04-30
  • 2021-08-26
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
  • 2021-04-27
  • 2022-12-23
相关资源
相似解决方案