Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/templates/experimental/wsl2.yaml
2621 views
1
# This template requires Lima v0.18.0 or later and only works on Windows versions
2
# that support WSL2 (Windows 10 Build >= 19041, all Windows 11).
3
vmType: wsl2
4
5
images:
6
# Source: https://github.com/runfinch/finch-core/blob/main/rootfs/Dockerfile (image based on fedora)
7
- location: "https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1741837119.tar.gz"
8
arch: "x86_64"
9
digest: "sha256:1ebee4c785fc4d31fd514365694a7d4d50a95093526c051f76dc63d8ba9fafe6"
10
11
mountType: wsl2
12
13
# Use system because of an error when setting up RootlessKit (see https://github.com/microsoft/WSL/issues/8842)
14
# There are possible workarounds, just not implemented yet.
15
containerd:
16
system: true
17
user: false
18
19