Replies: 1 comment
-
Never mind, there are alternative ways of doing this. |
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.
-
Hi,
I discovered that I can use
podman system service --time=0 unix:///tmp/podman.sock
to transiently expose a socket for programs that expect a Docker socket to use containers.I have been trying to use Pack using this trick:
, but it seems there's a problem reexporting the socket inside the Pack container?
Any ideas to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions