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
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
I hit this problem yesterday. Setup : Mac (Catalina) with D4M, following instructions here : https://github.com/tbreuss/local-dev, with devbox as the local domain handled by dnsmasq.
xxx$ docker run -it alpine (this is version 3.13.5)
/ # ping my.devbox
ping: bad address 'my.devbox'
xxx$ docker run -it --rm alpine:3.12.5 /bin/sh
/ # ping my.devbox
PING my.devbox (172.16.123.1): 56 data bytes
64 bytes from 172.16.123.1: seq=0 ttl=37 time=0.454 ms
64 bytes from 172.16.123.1: seq=1 ttl=37 time=0.686 ms
we are pinned at alpine 3.12.5 for release as we encounter some resolving issue with alpine 3.13 ... need to investigate
The text was updated successfully, but these errors were encountered: