Skip to content

Inspecting docker container image layers #7

Description

@gkumarg

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions