mirror of
https://github.com/docker/cli.git
synced 2025-08-01 04:26:55 +03:00
committed by
Tibor Vass
parent
e62e6e8b07
commit
b1fbfa3b04
@ -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