Skip to content

Commit f8909e3

Browse files
committed
docker(install): remove deprecated colima config
Signed-off-by: CrazyMax <[email protected]>
1 parent 624fee6 commit f8909e3

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/docker/assets.ts

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,6 @@ network:
187187
dnsHosts:
188188
host.docker.internal: host.lima.internal
189189
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-
196190
# Forward the host's SSH agent to the virtual machine.
197191
# Default: false
198192
forwardAgent: false
@@ -242,14 +236,6 @@ mountType: 9p
242236
# Default: host
243237
cpuType: host
244238
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-
253239
# Custom provision scripts for the virtual machine.
254240
# Provisioning scripts are executed on startup and therefore needs to be idempotent.
255241
#

0 commit comments

Comments
 (0)