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
For those that may be struggling to get the following code to work in windows: docker inspect rkrispin/vscode-python:ex1 | jq '.[] | .RootFS'
docker inspect rkrispin/vscode-python:ex1 | jq '.[] | .RootFS'
Change it to: docker inspect rkrispin/vscode-python:ex1 | jq ".[] | .RootFS"
docker inspect rkrispin/vscode-python:ex1 | jq ".[] | .RootFS"
This is assuming you already got jq installed with: winget install jqlang.jq
winget install jqlang.jq
The text was updated successfully, but these errors were encountered:
@gkumarg, thanks! Planning at some point to test this tutorial on a Windows machine, keeping this issue open till then.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: