1 docker images 查看镜像列表
2 docker rmi 镜像名称|Id 删除镜像
3 docker ps 查看正在运行的容器
4 docker ps --all 查看所有的容器
5 docker stop 容器名称|Id 停止容器
6 docker rm 容器名称|Id 删除容器