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
try to run the self-hosted runner on IPv6 only system. Runner runs fine on the system and connected thanks to nat64 to github.
Docker config on the host:
hi,
try to run the self-hosted runner on IPv6 only system. Runner runs fine on the system and connected thanks to nat64 to github.
Docker config on the host:
But all container networks created via action runner are always without IPv6. See your code:
There is no possible way to inject --ipv6 to it.
Docker has no config flag to enable it by default
Solution add a config option to enable ipv6 on network create.
The text was updated successfully, but these errors were encountered: