Skip to content

Include podman example in README#660

Open
tomdavidson wants to merge 2 commits intowagoodman:mainfrom
tomdavidson:main
Open

Include podman example in README#660
tomdavidson wants to merge 2 commits intowagoodman:mainfrom
tomdavidson:main

Conversation

@tomdavidson
Copy link

It took me a min to sort out using podman rather than docker (forgot about setting DOCKER_HOST) and thought including in the example might be helpful.

Updated instructions to include Podman usage for diving into images.
@@ -15,9 +15,12 @@ To analyze a Docker image simply run dive with an image tag/id/digest:
dive <your-image-tag>
```

Copy link

@vassilit vassilit Dec 15, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about alias dive="DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock dive" and instruct user to run systemctl --user enable --now podman.socket or systemctl --user start podman.socket beforehand ?

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

Successfully merging this pull request may close these issues.

2 participants