auto_start_container_upon_boot
After the installation of the 'lxc' package on the vm-mgr, you might have read “lxc init script disabled; edit /etc/default/lxc.”. Now we're going to do exactly that.
Make a symlink of the lxc configuration file into /etc/lxc/ :
root@vm-mgr:/# ln -s /lxc/vm-template/config /etc/lxc/vm-template.conf
(do the same with the other vm's you have)
nano /etc/default/lxc
# Run the lxc init script RUN=yes # Directory containing the container configurations CONF_DIR=/etc/lxc # Start /etc/lxc/example.conf, /etc/lxc/autostart.conf, etc. CONTAINERS="vm-template vm-template2 vm-template3 vm-etc"
Will be called from '/etc/init.d/lxc'
Please leave feedback or questions at the main page.
auto_start_container_upon_boot.txt · Last modified: 2023-02-28 16:44 by 127.0.0.1