I’m wanting to be able to have the Podman cli inside of a Podman container communicate to the Podman on the host (preferably running as my user), think like in toolbox
.
Coming from Docker, this is pretty easier, either via setting DOCKER_HOST
to ssh://localhost
or mounting the host’s /var/run/docker.socket
.
This is functionality which is very necessary for a fully containerised development environment.
I’m aware that varlink is a thing and that there’s a socket file in /var/lib/systemd/system/io.podman.socket
, but if those are things to use, I’m unsure how to use them
Does anyone have any idea about this? - would be much appreciated.