mirror of
https://github.com/docker/cli.git
synced 2026-09-26 01:10:35 -04:00
fixed typo
Signed-off-by: Anton Polonskiy <anton.polonskiy@gmail.com> Upstream-commit: b0873c2c5009d4b2f758ea49477b55a2b5600c90 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