CentOS 7.x lxc container configuration

From Notes_Wiki
Revision as of 08:57, 25 August 2022 by Saurabh (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > CentOS > CentOS 7.x > Virtualization > Lxc > CentOS 7.x lxc container configuration

Lxc container autostart

To configure container for autostart edit '/var/lib/lxc/<container>/config and use:

     lxc.start.auto = 1
     lxc.start.delay = 5

Refer:



Home > CentOS > CentOS 7.x > Virtualization > Lxc > CentOS 7.x lxc container configuration