We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 Docker by calling
docker info 2>&1 | grep -E 'Storage | Root' and tree /var/lib/docker/.
docker info 2>&1 | grep -E 'Storage | Root'
tree /var/lib/docker/
However, Docker seems to be unavailable, so no meaningful information is returned.
Logs or error messages
docker info returns -bash: docker: command not found
docker info
-bash: docker: command not found
tree /var/lib/docker/ returns /var/lib/docker/ [error opening dir]
/var/lib/docker/ [error opening dir]
The text was updated successfully, but these errors were encountered:
Update text fix openshift-labs#1254 openshift-labs#1255
ac8a3f5
blues-man
Successfully merging a pull request may close this issue.
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 Docker by calling
docker info 2>&1 | grep -E 'Storage | Root'
andtree /var/lib/docker/
.However, Docker seems to be unavailable, so no meaningful information is returned.
Logs or error messages
docker info
returns-bash: docker: command not found
tree /var/lib/docker/
returns/var/lib/docker/ [error opening dir]
The text was updated successfully, but these errors were encountered: