docker-inspect (1) Linux Manual Page
docker-inspect – Return low-level information on Docker objects Synopsisdocker inspect [OPTIONS] NAME|ID [NAME|ID…] DescriptionThis displays the low-level information on Docker object(s) (e.g. container, image, volume,network, node, service, or task) identified by name or ID. By default, this will render all results in a JSON array. If the container and image have the same name, this…
