Lxc profile

From UVOO Tech Wiki
Revision as of 17:31, 13 April 2024 by Busk (talk | contribs) (Created page with "``` 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.autos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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