docker启动
gu@gu-localhost:~$ systemctl start docker
关闭docker
gu@gu-localhost:~$ systemctl stop docker
查看docker状态
docker run hello-world查看docker是否正常运行
查看docker镜像
删除镜像
docker rmi imagename<imageid>
docker启动
gu@gu-localhost:~$ systemctl start docker
关闭docker
gu@gu-localhost:~$ systemctl stop docker
查看docker状态
docker run hello-world查看docker是否正常运行
查看docker镜像
删除镜像
docker rmi imagename<imageid>