docker-latest-inspect (1) Linux Manual Page
docker-inspect – Return low-level information on a container or image Synopsisdocker inspect [–help] [-f|–format[=FORMAT]] [-s|–size] [–type=container|image] CONTAINER|IMAGE [CONTAINER|IMAGE…] DescriptionThis displays all the information available in Docker for a given container or image. By default, this will render all results in a JSON array. If the container and image have the same name, this will return…
