lima
lima copied to clipboard
`docker{,-rootful}.yaml`: Use param in docker templates
based on #2498
-
docker.yaml
: add.param.CONTAINERD_IMAGE_STORE
By passing the--set .param.CONTAINERD_IMAGE_STORE=true
option tolimactl {create,start,edit}
, the.features."containerd-snapshotter"
option will be enabled indocker/daemon.json
inside the VM. -
docker.yaml
: add.param.ROOTFUL
By passing the--set .param.ROOTFUL=true
option tolimactl {create,start,edit}
, Docker inside the VM will run in rootful mode. -
docker-rootful.yaml
: make everything common except for setting.param.ROOTFUL=true
indocker.yaml
.
Thanks,