We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f8e5f commit e85f11cCopy full SHA for e85f11c
src/docker/assets.ts
@@ -300,11 +300,18 @@ probes:
300
hint: See "/var/log/cloud-init-output.log". in the guest
301
302
hostResolver:
303
+ # Don't use local system resolver
304
+ enabled: false
305
# hostResolver.hosts requires lima 0.8.3 or later. Names defined here will also
306
# resolve inside containers, and not just inside the VM itself.
307
hosts:
308
host.docker.internal: host.lima.internal
309
310
+# Use custom DNS servers instead of the host's DNS settings
311
+dns:
312
+ - 1.1.1.1
313
+ - 1.0.0.1
314
+
315
portForwards:
316
- guestSocket: "/var/run/docker.sock"
317
hostSocket: "{{dockerSock}}"
0 commit comments