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
Copy file name to clipboardExpand all lines: src/docker/assets.ts
-14Lines changed: 0 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -187,12 +187,6 @@ network:
187
187
dnsHosts:
188
188
host.docker.internal: host.lima.internal
189
189
190
-
# Network driver to use (slirp, gvproxy), (requires vmType \`qemu\`)
191
-
# - slirp is the default user mode networking provided by Qemu
192
-
# - gvproxy is an alternative to VPNKit based on gVisor https://github.com/containers/gvisor-tap-vsock
193
-
# Default: gvproxy
194
-
driver: gvproxy
195
-
196
190
# Forward the host's SSH agent to the virtual machine.
197
191
# Default: false
198
192
forwardAgent: false
@@ -242,14 +236,6 @@ mountType: 9p
242
236
# Default: host
243
237
cpuType: host
244
238
245
-
# For a more general purpose virtual machine, Ubuntu container is optionally provided
246
-
# as a layer on the virtual machine.
247
-
# The underlying virtual machine is still accessible via \`colima ssh --layer=false\` or running \`colima\` in
248
-
# the Ubuntu session.
249
-
#
250
-
# Default: false
251
-
layer: false
252
-
253
239
# Custom provision scripts for the virtual machine.
254
240
# Provisioning scripts are executed on startup and therefore needs to be idempotent.
0 commit comments