Skip to content

Commit

Permalink
fixed code formatting on docs.docker.com
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Babrou <[email protected]>
  • Loading branch information
bobrik committed Mar 28, 2015
1 parent 61069d8 commit 0dc996a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/sources/project/set-up-dev-env.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0dc996a

Please sign in to comment.