Merge pull request #19574 from polonskiy/patch-2
fixed typo Upstream-commit: c3a9ecedba41eef71e42bed33fc2b462b9ee1c6a Component: engine
This commit is contained in:
@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user