Skip to content

Commit

Permalink
Merge pull request moby#19574 from polonskiy/patch-2
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
vdemeester committed Jan 22, 2016
2 parents 6f22d9e + b0873c2 commit c3a9ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/commandline/inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ straightforward manner.
For the most part, you can pick out any field from the JSON in a fairly
straightforward manner.

$ docker inspect '{{range .NetworkSettings.Networks}}{{.MacAddress}}{{end}}' $INSTANCE_ID
$ docker inspect --format='{{range .NetworkSettings.Networks}}{{.MacAddress}}{{end}}' $INSTANCE_ID

**Get an instance's log path:**

Expand Down

0 comments on commit c3a9ece

Please sign in to comment.