Hacker News new | ask | show | jobs
by donno 637 days ago
I gave it a spin with Podman on Windows and it did indeed work out of box. NO nee

It listed containers, volumes and networks and started & stopped a container. The Terminal item expects the container to have bash, so would need some tweaking to use /bin/sh.

I didn't need to set DOCKER_HOST, but I assume I have the Docker compatibility mode enabled.

1 comments

modified the code to fallback to /bin/sh if /bin/bash not exists :)