Replies: 1 comment 1 reply
-
Act mounts the docker socket of the host and starts new containers on the host thereof. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It seems that the act itself runs in docker, not like the real github workflow uses vm.
What if I execute
docker run
in workflow yaml (It's a common case, because many CI depends on docker or docker-compose to setup test env)? Does it involve "docker in docker" issue?If so, could act run container from containerd directly just like what kind does?
Beta Was this translation helpful? Give feedback.
All reactions