- 1、背景
- 2、使用示例
删除1个或多个容器,涉及的docker命令如下:
Sun@Sunt:~$ sudo docker rm --help Usage: docker rm [OPTIONS] ConTAINER [CONTAINER...] Remove one or more containers Options: -f, --force Force the removal of a running container (uses SIGKILL) -l, --link Remove the specified link -v, --volumes Remov



