mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixed code formatting on docs.docker.com
Signed-off-by: Ian Babrou <ibobrik@gmail.com>
This commit is contained in:
parent
61069d8b69
commit
0dc996a7d7
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ To remove unnecessary artifacts,
|
|||
$ docker rmi -f $(docker images -q -a -f dangling=true)
|
||||
|
||||
This command uses `docker images` to list all images (`-a` flag) by numeric
|
||||
IDs (`-q` flag) and filter them to find dangling images (`-f
|
||||
dangling=true`). Then, the `docker rmi` command forcibly (`-f` flag) removes
|
||||
IDs (`-q` flag) and filter them to find dangling images (`-f dangling=true`).
|
||||
Then, the `docker rmi` command forcibly (`-f` flag) removes
|
||||
the resulting list. To remove just one image, use the `docker rmi ID`
|
||||
command.
|
||||
|
||||
|
|
Loading…
Reference in a new issue