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
I was able to get past this error by adding --network=host to the command. So now the command looks like docker build -t manta --network=host . instead.
When running the
docker build
command mentioned in the README, I get the following error:It looks like a name resolution failure, but I'm about to ping the host with no issue.
ping index.crates.io PING index.crates.io (2600:9000:20f4:4800:1f:a9f5:69c0:93a1) 56 data bytes 64 bytes from 2600:9000:20f4:4800:1f:a9f5:69c0:93a1: icmp_seq=1 ttl=53 time=23.1 ms 64 bytes from 2600:9000:20f4:4800:1f:a9f5:69c0:93a1: icmp_seq=2 ttl=53 time=24.5 ms 64 bytes from 2600:9000:20f4:4800:1f:a9f5:69c0:93a1: icmp_seq=3 ttl=53 time=31.6 ms 64 bytes from 2600:9000:20f4:4800:1f:a9f5:69c0:93a1: icmp_seq=4 ttl=53 time=23.9 ms ^C --- index.crates.io ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3002ms rtt min/avg/max/mdev = 23.079/25.779/31.621/3.410 ms
Any ideas what may be causing this?
The text was updated successfully, but these errors were encountered: