删除容器:docker
优雅的关闭容器:docker stop 容器id/容器名字容器
强制关闭容器:docker kill 容器id/容器名字top
删除镜像:镜像
docker rmi 容器id/容器名字