Docker 中的简单操作。
2019-01-13 本文已影响6人
Al_不期而遇
docker ps -a 查询容器
docker image ls 查询 image
docker image pull hello-world
因下载镜像较慢,修改了/etc/docker/daemon.json文件
docker container run hello-world
删除容器 docker rm CONTAINER ID
docker ps -a 查询容器
docker image ls 查询 image
docker image pull hello-world
因下载镜像较慢,修改了/etc/docker/daemon.json文件
docker container run hello-world
删除容器 docker rm CONTAINER ID