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
failed to ensure docker network: command "docker network create -d=bridge -o com.docker.network.bridge.enable_ip_masquerade=true -o com.docker.network.driver.mtu=1500 --ipv6 --subnet fc00:f853:ccd:e793::/64 kind" failed with error: exit status 1
Running that command directly shows an IPTables error
$ docker network create -d=bridge -o com.docker.network.bridge.enable_ip_masquerade=true -o com.docker.network.driver.mtu=1500 --ipv6 --subnet fc00:f853:ccd:e793::/64 kind
Error response from daemon: Failed to Setup IP tables: Unable to enable NAT rule: (iptables failed: ip6tables --wait -t nat -I POSTROUTING -s fc00:f853:ccd:e793::/64 ! -o br-3063696e3735 -j MASQUERADE: ip6tables v1.8.7 (legacy): can't initialize ip6tables table `nat': Table does not exist (do you need to insmod?)
Perhaps ip6tables or your kernel needs to be upgraded.
(exit status 3))
Tried to look at the devcontainer config + postInstall script, but would be great if this worked as documented.
Additional Information. Logs.
No response
The text was updated successfully, but these errors were encountered:
What is your environment, configuration, and command?
idpbuilder 0.7.0 go1.21.3
Fresh installation following Quickstart Guide, trying to use Codespaces.
What did you do and What did you see instead?
idpbuilder create
fails to create a Docker network in CodespacesRunning that command directly shows an IPTables error
Tried to look at the devcontainer config + postInstall script, but would be great if this worked as documented.
Additional Information. Logs.
No response
The text was updated successfully, but these errors were encountered: