fixed typo

Signed-off-by: Anton Polonskiy <anton.polonskiy@gmail.com>
This commit is contained in:
Anton Polonskiy 2016-01-22 09:23:22 +02:00 committed by Tibor Vass
parent d550cf0bee
commit 233cc865b5

View file

@ -41,7 +41,7 @@ straightforward manner.
For the most part, you can pick out any field from the JSON in a fairly For the most part, you can pick out any field from the JSON in a fairly
straightforward manner. 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:** **Get an instance's log path:**