learn-katacoda
learn-katacoda copied to clipboard
Container Registries: Broken Podman Graph Query
In which scenario did this bug occur?
Container Registries
At what step of the scenario did this happen?
Step 3: Analyzing Storage and Graph Drivers
Describe the bug
The user is instructed to inspect container image storage in Podman by calling podman info | grep -A3 Graph
. However, this command returns no information.
Additional context
The corresponding entries of podman info
start with graph
, so changing the scenario's instruction to podman info | grep -A3 graph
fixes the issue.