You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
jdob
added
the
Bug
One or more commands or instructions in a scenario fail to execute cleanly
label
Jul 19, 2021
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 withgraph
, so changing the scenario's instruction topodman info | grep -A3 graph
fixes the issue.The text was updated successfully, but these errors were encountered: