vscode-python icon indicating copy to clipboard operation
vscode-python copied to clipboard

Inspecting docker container image layers

Open gkumarg opened this issue 1 year ago • 1 comments

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

gkumarg avatar Dec 26 '23 16:12 gkumarg

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

RamiKrispin avatar Feb 02 '24 04:02 RamiKrispin