目标:
通过本次学习,让大家可以通过docker运行一个简单的hello world 镜像
操作步骤:
# 启动docker(如未安装docker,请参考上一章)
systemctl start docker
# 下载 hello-world 镜像
docker pull hello-world
# 运行 hello-workd 镜像
docker run hello-world
结语:
如果大家看到下图信息,代表本次操作成功

目标:
通过本次学习,让大家可以通过docker运行一个简单的hello world 镜像
操作步骤:
# 启动docker(如未安装docker,请参考上一章)
systemctl start docker
# 下载 hello-world 镜像
docker pull hello-world
# 运行 hello-workd 镜像
docker run hello-world
结语:
如果大家看到下图信息,代表本次操作成功