Docker inspect Command Tutorial

Docker inspect Command Tutorial

December 21, 2021
Tags:
docker

We'll cover the docker inspect command. It's a useful command to figure out information about the running docker container, especially if you don't have the Dockerfile used to the build the Docker image handy.

Commands:

docker run --rm -P -d boltops/docker-tutorial
docker inspect cranky_lichterman
docker inspect cranky_lichterman | jq .
docker inspect cranky_lichterman | jq '.[].Config'
docker run --rm -P -d httpd
docker inspect goofy_jenison | jq '.[].Config'

Kubernetes Deploy Tools
48m

Get full access to these great resources

All for less than the price of coffee a day

38 courses
274 lessons
44+ hours

Get started with BoltOps Learn now and get access to easy and powerful lessons

BoltOps Tools