Sock in podman in podman #25406
Replies: 4 comments 1 reply
-
Try adding |
Beta Was this translation helpful? Give feedback.
0 replies
-
it is creating, but then it is shut down by something:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
ok, i will try it with -t 0 and find if it helped. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like it is working. Thanks. |
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.
-
I would like to run forgejo runner safely. It needs socket for running containers, but I don't want to give him host podman socket
I know there is possibility to run podman inside podman like this:
I tried to create socket in podman, so I can redirect it to second container, but
doesn't seem to create a socket
Second choice would be something like docker-in-docker mentioned here, https://forgejo.org/docs/v8.0/admin/runner-installation/
which creates separate container. But it doesn't seems to working in podman.
Before this, I had containers separated by users accounts in host, but I would like to use selinux, which separates the containers, but I don't know how to make safe the podman socket with selinux. I don't think it is possible.
Beta Was this translation helpful? Give feedback.
All reactions