-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop.yaml
More file actions
27 lines (24 loc) · 942 Bytes
/
workshop.yaml
File metadata and controls
27 lines (24 loc) · 942 Bytes
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
# Lima VM — container-developer-workshop
# Minimal Debian 12 (Bookworm)
#
# Usage:
# limactl start workshop.yaml # first run: starts + provisions
# limactl shell workshop # open a shell
# lima nix develop # run the repo devShell inside the VM
# limactl stop workshop # shut down
images:
# Prefer dated snapshots; fall back to the rolling "latest" pointer.
- location: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-amd64.qcow2"
arch: "x86_64"
- location: "https://cloud.debian.org/images/cloud/bookworm/latest/debian-12-genericcloud-arm64.qcow2"
arch: "aarch64"
cpus: 2
memory: "4GiB"
disk: "20GiB"
mounts:
# Host home is readable inside the VM at the same path — lets you reach the repo.
- location: "~"
writable: true
# Writable scratch space (ext4, no nosuid — required for the setuid-demo).
- location: "/tmp/lima"
writable: true