Docker安装CentOS容器

发布时间 2023-04-25 17:57:08作者: 魔幻小生

查看CentOS版本

进入docker镜像官网查看centos版本

地址:https://hub.docker.com/

image

拉取CentOS镜像

这里以CentOS7.9为例

[root@localhost yum.repos.d]# docker pull centos:centos7.9.2009
centos7.9.2009: Pulling from library/centos
2d473b07cdd5: Pull complete 
Digest: sha256:be65f488b7764ad3638f236b7b515b3678369a5124c47b8d32916d6487418ea4
Status: Downloaded newer image for centos:centos7.9.2009
docker.io/library/centos:centos7.9.2009

image