手动启动docker(centos7):
systemctl start docker
systemctl status docker
从docker官方仓库中拉取镜像:
docker image pull
eg:docker image pull ubuntu:latest
删除镜像:
docker image rm

手动启动docker(centos7):
systemctl start docker
systemctl status docker
从docker官方仓库中拉取镜像:
docker image pull
eg:docker image pull ubuntu:latest
删除镜像:
docker image rm