删除

删除某个容器

$ docker rm [container id or name]

删除退出状态容器

$ docker rm $(docker ps -a -q)