Return low-level information on Docker objects.
docker inspect
docker inspect {container|image|ID}
docker inspect --format='{range .NetworkSettings.Networks}{.IPAddress}{end}' {container}
docker inspect --format='{.LogPath}' {container}
docker inspect --format='{.Config.Image}' {container}
docker inspect --format='{json .Config}' {container}
docker inspect --format='{range $p, $conf := .NetworkSettings.Ports} {$p} -> {(index $conf 0).HostPort} {end}' {container}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY This content has been proxied by September (ba2dc).Proxy Information
text/gemini;lang=en-GB