docker_practice/container/rm.md

19 lines
593 B
Go
Raw Permalink Normal View History

#
2017-11-29 10:24:32 +08:00
使 `docker container rm`
2017-11-22 20:28:10 +08:00
```bash
$ docker container rm trusting_newton
trusting_newton
```
`-f` Docker `SIGKILL`
2014-09-15 21:25:36 +08:00
#
`docker container ls -a`
2017-11-29 10:24:32 +08:00
```bash
$ docker container prune
```