Is it possible to run a Podman Machine from a docker container? #16395
Unanswered
stefanos-kalantzis
asked this question in
Q&A
Replies: 2 comments
-
I don't think we've ever considered anyone doing this. I'm leaning towards unsupported, but @baude probably has a stronger opinion than me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You would need to leak /dev/kvm into the Docker command, to have any hope for this to work. Theoretically it would work but you probably need to turn off a lot of security. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using
quay.io/podman/stable:v4.2.1
, and running it withdocker run --privileged
.Inside the container, I also installed
qemu
withdnf install qemu
.Of course I didn't expect
podman machine start
to run, after theinit
failed with exit code 1. But there's no info there for why it failed.Is what I'm trying to do a completely unsupported use-case?
More info in case it's relevant
Beta Was this translation helpful? Give feedback.
All reactions