#安装docker

Debian 移步
ubuntu 移步

#查看运行中的docker容器

docker ps -a

#停止运行中的容器

docker stop 容器ID

#删除容器

docker rm 容器