mirror of
https://github.com/docker/actions-toolkit.git
synced 2024-11-23 11:36:10 +08:00
docker(install): remove deprecated colima config
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
parent
624fee6e10
commit
f8909e3265
@ -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.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user