docker(install): remove deprecated colima config

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-11-13 10:14:05 +01:00
parent 624fee6e10
commit f8909e3265
No known key found for this signature in database
GPG Key ID: ADE44D8C9D44FBE4

View File

@ -187,12 +187,6 @@ network:
dnsHosts: dnsHosts:
host.docker.internal: host.lima.internal host.docker.internal: host.lima.internal
# Network driver to use (slirp, gvproxy), (requires vmType \`qemu\`)
# - slirp is the default user mode networking provided by Qemu
# - gvproxy is an alternative to VPNKit based on gVisor https://github.com/containers/gvisor-tap-vsock
# Default: gvproxy
driver: gvproxy
# Forward the host's SSH agent to the virtual machine. # Forward the host's SSH agent to the virtual machine.
# Default: false # Default: false
forwardAgent: false forwardAgent: false
@ -242,14 +236,6 @@ mountType: 9p
# Default: host # Default: host
cpuType: host cpuType: host
# For a more general purpose virtual machine, Ubuntu container is optionally provided
# as a layer on the virtual machine.
# The underlying virtual machine is still accessible via \`colima ssh --layer=false\` or running \`colima\` in
# the Ubuntu session.
#
# Default: false
layer: false
# Custom provision scripts for the virtual machine. # Custom provision scripts for the virtual machine.
# Provisioning scripts are executed on startup and therefore needs to be idempotent. # Provisioning scripts are executed on startup and therefore needs to be idempotent.
# #