Replies: 1 comment 6 replies
-
Running podman machine init inside a container is not ideal due to the need for virtualization support. One solution would be to run Podman directly on the host and expose the socket to the container |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Is it possible to run
podman machine init
inside a container ?I want to get a socket running in the background to run my tests but I'm stock.
I've followed this post for running a socket without systemd but it's not working neither
Here an exemple of my image
podman --remote info
gives meAnd
podman info
Beta Was this translation helpful? Give feedback.
All reactions