# centos:latest 拉去最新版本 docker pull centos:latest
docker images
# 运行 centos 容器 docker run -itd --name centos_test centos:latest # 进入 centos 容器 run -itd --name centos_test centos:latest
docker ps
关闭容器:docker kill CONTAINER ID
注:以上内容仅提供参考和交流,请勿用于商业用途,如有侵权联系本人删除!