Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
lima-vm
GitHub Repository: lima-vm/lima
Path: blob/master/templates/alpine.yaml
2601 views
1
minimumLimaVersion: 2.0.0
2
3
base:
4
- template:_images/alpine
5
- template:_default/mounts
6
7
# The built-in containerd installer does not support Alpine currently.
8
# Use a provisioning script to install containerd, buildkit, and nerdctl.
9
#
10
# NOTE: Starting with Lima v2.0, nerdctl version must be v2.1.6 or later to
11
# enable port forwarding in rootful mode.
12
# Available in apk since Alpine 3.22.
13
containerd:
14
system: false
15
user: false
16
17