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
From my experience it should be possible to resolve any .loc domain from inside a container because sparkdock adds a specific resolver/loc during the provisioning
Docker desktop version 4.25.0 (126437) Compose: v2.23.0-desktop.1 Engine: 24.0.6
docker run --rm alpine:latest wget test.loc
Connecting to test.loc (127.0.0.1:80)
wget: can't connect to remote host (127.0.0.1): Connection refused
On some Mac this test fails, but it's not clear why.
Docker desktop version 4.26.1 (131620) Compose: v2.23.3-desktop.2 Engine: 24.0.7
docker run --rm alpine:latest wget test.loc
wget: bad address 'test.loc'
The text was updated successfully, but these errors were encountered:
From my experience it should be possible to resolve any .loc domain from inside a container because sparkdock adds a specific resolver/loc during the provisioning
Docker desktop version 4.25.0 (126437)
Compose: v2.23.0-desktop.1
Engine: 24.0.6
On some Mac this test fails, but it's not clear why.
Docker desktop version 4.26.1 (131620)
Compose: v2.23.3-desktop.2
Engine: 24.0.7
The text was updated successfully, but these errors were encountered: