docker_practice/container/rm.md

19 lines
593 B
Go
Raw Permalink Normal View History

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