-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to resolve hosts in /etc/hosts after upgrade #1200
Comments
Thanks for reporting. |
In the meantime, you can start colima with
|
The network is broken with version 0.8
|
and it works with |
I was able to override by specifying DNS servers using |
Description
In Colima version 0.6.8 a container could resolve hosts defined in the host /etc/hosts
After upgrading to 0.8.0 this behaviour disappears. I'm not sure from which version this changes.
colima delete
did not resolve the issueVersion
colima version 0.8.0
git commit: 9c08cff
runtime: docker
arch: x86_64
client: v24.0.6
server: v27.3.1
limactl version 1.0.1
qemu-img version 9.1.1
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers
Operating System
Output of
colima status
INFO[0000] colima is running using QEMU
INFO[0000] arch: x86_64
INFO[0000] runtime: docker
INFO[0000] mountType: 9p
INFO[0000] socket: unix:///Users/david.tourino/.colima/default/docker.sock
Reproduction Steps
127.0.0.1 tests-hosts.test
colima start
docker run alpine/curl tests-hosts.test
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: tests-hosts.test
Expected behaviour
Host is resolved, like in previous versions
Additional context
The Macbook is the M1 PRO, several colleagues face the same issue.
The text was updated successfully, but these errors were encountered: