Lesson 10.2: Inspect container images
Getting the detail of podman images
[sanjeeb@server ~]$ podman image inspect registry.redhat.io/rhel9/httpd-24:latest # To view in a page [sanjeeb@server ~]$ podman image inspect registry.redhat.io/rhel9/httpd-24:latest | less
- Important terms in inspect are
ExposedPorts
andWorkingDir
.