1
1
mirror of https://github.com/nektos/act.git synced 2024-10-05 16:37:43 +03:00
1 Custom container engine
Ryan edited this page 2022-04-14 22:36:17 +02:00

You can use different container engine that is compatible with Docker Engine API, by setting DOCKER_HOST environment variable to custom socket path.

Example how to use podman with act using sh shell

DOCKER_HOST=unix:///var/run/podman/podman.sock act ...

or

export DOCKER_HOST=unix:///var/run/podman/podman.sock
act ...