Open
Description
Since the changes to Docker's licensing, I've been looking at using Podman to run my devcontainers instead of Docker. There's a couple of wrinkles to this, however; by default Podman is daemonless, and doesn't have a running service. This is actually a benefit to running in WSL (which doesn't have systemd
by default), but means that accessing it via a remote CLI requires setting up a bunch of other services.
My preferred setup would be;
- Install podman in WSL. There are old instructions (although note that the config file name has changed)
- Install nothing on the Windows side. In the above install, there's no running service, and no unix socket either.
... and have everything "just work" (ie, container and image list).
The remote-containers
extension solved this by running cli commands inside WSL.
Metadata
Metadata
Assignees
Labels
No labels