windows docker 安装centOS系统

1)    拉取镜像 输入命令docker pull centos:7 从仓库拉取centos7的镜像 2)    查看本地镜像 命令:docker images 可以查看已经把centos的镜像拉取到本地 3)    创建并运行容器 命令:docker run -d -i -t 470671670cac /bin/bash 命令格式:docker run -d -i -t <IMAGE ID>
相关文章
相关标签/搜索