mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
add logpath to docker inspect.
Signed-off-by: Bradley Cicenas <bradley.cicenas@gmail.com>
Upstream-commit: f99a52dc6c
Component: cli
This commit is contained in:
committed by
Tibor Vass
parent
7719cf0e1f
commit
b8f84c577a
@@ -1238,6 +1238,10 @@ straightforward manner.
|
||||
|
||||
$ sudo docker inspect --format='{{.NetworkSettings.MacAddress}}' $INSTANCE_ID
|
||||
|
||||
**Get an instance's log path:**
|
||||
|
||||
$ sudo docker inspect --format='{{.LogPath}}' $INSTANCE_ID
|
||||
|
||||
**List All Port Bindings:**
|
||||
|
||||
One can loop over arrays and maps in the results to produce simple text
|
||||
|
||||
Reference in New Issue
Block a user