You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The issue #303 is actually paused but I managed to use Podman on my computer.
I will probably create an article but it's pretty simple (on Fedora at least).
Podman is rootless, so let's take advantage of that!
1 - activate the "podman.socket" for the user:
The socket should now be accessible with
/run/$(id -u)/podman/podman.socket
2- use
act
with this socket:You can set
DOCKER_HOST
environment too :) see https://nektosact.com/usage/custom_engine.htmlThat's all. I'm pretty sur we can set the value in a config file, I didn't checked.
Beta Was this translation helpful? Give feedback.
All reactions