pi-hole:setup_pi-hole_running_in_lxc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pi-hole:setup_pi-hole_running_in_lxc [2021/01/07 18:14] – [Shell in again to the Pi-Hole Container] peter | pi-hole:setup_pi-hole_running_in_lxc [2021/01/07 18:43] (current) – [Have the LXC Container Start Automatically] peter | ||
---|---|---|---|
Line 670: | Line 670: | ||
===== Have the LXC Container Start Automatically ===== | ===== Have the LXC Container Start Automatically ===== | ||
- | <WRAP center round todo 60%> | + | By default, LXC containers may not start automatically. |
- | TODO: Need to check these as the path name has changed due to Ubuntu using snaps. | + | |
- | For now, manually start as needed. | + | <code bash> |
- | </WRAP> | + | lxc config set pihole boot.autostart true |
+ | </code> | ||
- | By default, | + | Ensure that LXC is set to start containers at boot. |
- | To fix this, edit the container config file: | + | <file bash /etc/default/lxc> |
- | + | # LXC_AUTO - whether or not to start containers at boot | |
- | <file bash /var/lib/lxc/ | + | LXC_AUTO=" |
- | lxc.start.auto = 1 | + | |
- | lxc.start.delay | + | |
</ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | </ | ||
+ | |||
<WRAP info> | <WRAP info> | ||
Line 690: | Line 693: | ||
When the host system boots, LXC decides the order and the delay between each startup. | When the host system boots, LXC decides the order and the delay between each startup. | ||
- | |||
- | In this case: | ||
- | |||
- | * The first line actually does the autostart. | ||
- | * The second line is optional and will delay the start of this container to give the current container time to begin initialization and reduce overloading the host system. | ||
</ | </ | ||
Line 700: | Line 698: | ||
---- | ---- | ||
+ | ===== Show the Pi-Hole Container Configuration File ===== | ||
+ | |||
+ | <code bash> | ||
+ | lxc config show pihole | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | architecture: | ||
+ | config: | ||
+ | boot.autostart: | ||
+ | image.architecture: | ||
+ | image.description: | ||
+ | image.label: | ||
+ | image.os: ubuntu | ||
+ | image.release: | ||
+ | image.serial: | ||
+ | image.type: squashfs | ||
+ | image.version: | ||
+ | volatile.base_image: | ||
+ | volatile.eth0.host_name: | ||
+ | volatile.eth0.hwaddr: | ||
+ | volatile.idmap.base: | ||
+ | volatile.idmap.current: | ||
+ | volatile.idmap.next: | ||
+ | volatile.last_state.idmap: | ||
+ | volatile.last_state.power: | ||
+ | volatile.uuid: | ||
+ | devices: {} | ||
+ | ephemeral: false | ||
+ | profiles: | ||
+ | - default | ||
+ | - bridgeprofile | ||
+ | stateful: false | ||
+ | description: | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | In this case, the autostart config done previously has enabled this. | ||
+ | </ | ||
pi-hole/setup_pi-hole_running_in_lxc.1610043291.txt.gz · Last modified: 2021/01/07 18:14 by peter