mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fixed typo
Signed-off-by: Anton Polonskiy <anton.polonskiy@gmail.com>
This commit is contained in:
parent
6f22d9ec4e
commit
b0873c2c50
1 changed files with 1 additions and 1 deletions
|
@ -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:**
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue