Difference between revisions of "Lxc profile"
Jump to navigation
Jump to search
(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...") |
(No difference)
|
Latest revision as of 17:31, 13 April 2024
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