User Tools

Site Tools


pi-hole:setup_pi-hole_running_in_lxc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
pi-hole:setup_pi-hole_running_in_lxc [2021/01/07 18:37] peterpi-hole:setup_pi-hole_running_in_lxc [2021/01/07 18:43] (current) – [Have the LXC Container Start Automatically] peter
Line 698: Line 698:
 ---- ----
  
 +===== Show the Pi-Hole Container Configuration File =====
 +
 +<code bash>
 +lxc config show pihole
 +</code>
 +
 +returns:
 +
 +<code bash>
 +architecture: x86_64
 +config:
 +  boot.autostart: "true"
 +  image.architecture: amd64
 +  image.description: ubuntu 20.04 LTS amd64 (release) (20210105)
 +  image.label: release
 +  image.os: ubuntu
 +  image.release: focal
 +  image.serial: "20210105"
 +  image.type: squashfs
 +  image.version: "20.04"
 +  volatile.base_image: 21da67063730fc446ca7fe090a7cf90ad9397ff4001f69907d7db690a30897c3
 +  volatile.eth0.host_name: veth9b7de9bd
 +  volatile.eth0.hwaddr: 00:16:3e:4c:1b:d7
 +  volatile.idmap.base: "0"
 +  volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
 +  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
 +  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
 +  volatile.last_state.power: RUNNING
 +  volatile.uuid: 10e59167-cf89-4919-bb1c-9e701d15e08c
 +devices: {}
 +ephemeral: false
 +profiles:
 +- default
 +- bridgeprofile
 +stateful: false
 +description: ""
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  This file will not be created until a change is made to it.  
 +
 +In this case, the autostart config done previously has enabled this.
 +</WRAP>
  
pi-hole/setup_pi-hole_running_in_lxc.1610044637.txt.gz · Last modified: 2021/01/07 18:37 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki