Docker inspect Command Tutorial
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'
Docker Essentials
1h 46m
1h 46m
Kubernetes Intro
1h 43m
1h 43m
Kubernetes Deploy Tools
48m
48m
Kubes: Kubernetes Deploy Tool
2h 21m
2h 21m
Kubernetes Tips
19m
19m
AWS EKS Kubernetes
4h 13m
4h 13m
Azure AKS Kubernetes
40m
40m
Google GKE Kubernetes
3h 29m
3h 29m
Get full access to these great resources
All for less than the price of coffee a day
44 courses
286 lessons
46+ hours