Skip to content
New issue

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

Inspecting docker container image layers #7

Open
gkumarg opened this issue Dec 26, 2023 · 1 comment
Open

Inspecting docker container image layers #7

gkumarg opened this issue Dec 26, 2023 · 1 comment

Comments

@gkumarg
Copy link

gkumarg commented Dec 26, 2023

For those that may be struggling to get the following code to work in windows:
docker inspect rkrispin/vscode-python:ex1 | jq '.[] | .RootFS'

Change it to:
docker inspect rkrispin/vscode-python:ex1 | jq ".[] | .RootFS"

This is assuming you already got jq installed with:
winget install jqlang.jq

@RamiKrispin
Copy link
Owner

@gkumarg, thanks! Planning at some point to test this tutorial on a Windows machine, keeping this issue open till then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants