How to Use Docker Inspect - buildVirtual
https://buildvirtual.net/how-to-use-docker-inspect29.06.2020 · Docker inspect is a tool that enables you do get detailed information about your docker resources, such as containers, images, volumes, networks, tasks and services. In this article, I will go through examples of how you can use docker inspect to get detailed information about your docker resources, which will aid you in the management and troubleshooting of …
Docker Tutorial => Inspect an image
riptutorial.com › docker › exampleIn order to inspect an image, you can use the image ID or the image name, consisting of repository and tag. Say, you have the CentOS 6 base image: ~ docker images REPOSITORY TAG IMAGE ID CREATED SIZE centos centos6 cf2c3ece5e41 2 weeks ago 194.6 MB. In this case you can run either of the following: ~ docker inspect cf2c3ece5e41.