-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlima.yaml
57 lines (52 loc) · 1.91 KB
/
lima.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
images:
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20220902/ubuntu-22.04-server-cloudimg-amd64.img"
arch: "x86_64"
digest: "sha256:c777670007cc5f132417b9e0bc01367ccfc2a989951ffa225bb1952917c3aa81"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release-20220902/ubuntu-22.04-server-cloudimg-arm64.img"
arch: "aarch64"
digest: "sha256:9620f479bd5a6cbf1e805654d41b27f4fc56ef20f916c8331558241734de81ae"
# Fallback to the latest release image.
# Hint: run `limactl prune` to invalidate the cache
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img"
arch: "x86_64"
- location: "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-arm64.img"
arch: "aarch64"
cpus: 6
memory: 8GiB
disk: 190GiB
mounts:
- location: "~"
mountPoint: "~"
writable: false
sshfs:
cache: true
followSymlinks: false
sftpDriver: ""
9p:
securityModel: mapped-xattr
protocolVersion: 9p2000.L
msize: 128KiB
cache: fscache
- location: "/opt/restic/backup"
mountPoint: "/opt/restic/backup"
writable: true
- location: "/tmp/lima"
mountPoint: "/tmp/lima"
writable: true
mountType: reverse-sshfs
containerd:
system: true
user: false
# The host agent implements a DNS server that looks up host names on the host
# using the local system resolver. This means changing VPN and network settings
# are reflected automatically into the guest, including conditional forward,
# and mDNS lookup. By default only IPv4 addresses will be returned. IPv6 addresses
# can only work when using a vmnet network interface and the host has working
# IPv6 configured as well.
hostResolver:
enabled: true
ipv6: false
hosts:
# Enable Docker Desktop compat.
host.docker.internal: host.lima.internal