Do the following to make sure everything works:
1. Check if 172.17.0.2 is pingable
2. Check in File / Disks if usb1-part1 does exists. You're pointing everything to this drive / partition but sometimes when you reformat a pen drive it sticks to USB1 (instead of usb1-part1).
3. Re-format the USB drive otherwise and see (2). Make sure the partition is correctly named usb1-part1 or usb1 and adjust your container script to refer to the correct path (pull / mounting etc.)
4. Check your container. You made an error in with the envlist. If should point to pihole_envs instead you pointed to usb1-part1
5. I'm not sure if the container code is simplified in this output but it should (ofcourse) have remote-image = pihole/pihole:latest. Otherwise nothing will be downloaded / extracted.
/container
add envlist=usb1-part1 interface=veth1 mounts=etc_pihole,dnsmasq_pihole \
root-dir=usb1-part1/pihole start-on-boot=yes
1. Check if 172.17.0.2 is pingable
2. Check in File / Disks if usb1-part1 does exists. You're pointing everything to this drive / partition but sometimes when you reformat a pen drive it sticks to USB1 (instead of usb1-part1).
3. Re-format the USB drive otherwise and see (2). Make sure the partition is correctly named usb1-part1 or usb1 and adjust your container script to refer to the correct path (pull / mounting etc.)
4. Check your container. You made an error in with the envlist. If should point to pihole_envs instead you pointed to usb1-part1
5. I'm not sure if the container code is simplified in this output but it should (ofcourse) have remote-image = pihole/pihole:latest. Otherwise nothing will be downloaded / extracted.
/container
add envlist=usb1-part1 interface=veth1 mounts=etc_pihole,dnsmasq_pihole \
root-dir=usb1-part1/pihole start-on-boot=yes
Statistics: Posted by MrMarcus — Wed Feb 14, 2024 3:28 pm