8de7b956b7
I got an error like this after hitting `act` command. > Error: Error response from daemon: cannot share the host's network namespace when user namespaces are enabled According to the document, when user namespaces are enabled on the Docker daemon, neither host network mode and --privileged work without --userns=host. Since `act` uses host network mode to match GitHub Actions runners, it cannot run jobs when user namespaces are enabled. So I added the flag. https://docs.docker.com/engine/security/userns-remap/#user-namespace-known-limitations Co-authored-by: Casey Lee <cplee@nektos.com> |
||
---|---|---|
.. | ||
docker_build.go | ||
docker_images.go | ||
docker_images_test.go | ||
docker_logger.go | ||
docker_pull.go | ||
docker_pull_test.go | ||
docker_run.go | ||
docker_volume.go |