Skip to content

Commit

Permalink
Merge pull request moby#11885 from bobrik/fix-formatting
Browse files Browse the repository at this point in the history
Fixed code formatting on docs.docker.com
  • Loading branch information
moxiegirl committed Mar 29, 2015
2 parents 3ff71c2 + 0dc996a commit 8b3d8f2
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 8b3d8f2

Please sign in to comment.