Lxc profile

From UVOO Tech Wiki
Jump to navigation Jump to search
lxc profile get default boot.autostart

lxc profile set default boot.autostart


lxc list --format=json | jq --raw-output '.[].name'

lxc config set mycontainer boot.autostart false

https://discuss.linuxcontainers.org/t/how-to-disable-auto-start-for-all-containers/6653/2