add podman services and documentation

This commit is contained in:
2024-01-18 10:09:06 -05:00
parent 48afc0bfa2
commit 7c82919ae3
5 changed files with 126 additions and 0 deletions

11
quadlets/iperf3.container Normal file
View File

@@ -0,0 +1,11 @@
[Container]
ContainerName=iperf3
Exec=-s
Image=docker.io/networkstatic/iperf3:latest
PublishPort=5201:5201/tcp
[Service]
Restart=always
[Install]
WantedBy=default.target

18
quadlets/pihole.container Normal file
View File

@@ -0,0 +1,18 @@
[Unit]
Wants=network-online.target
[Container]
ContainerName=pihole
Environment=TZ=America/Chicago "WEBPASSWORD=SET A PASSWORD HERE"
Image=pihole/pihole:latest
PublishPort=53:53/tcp
PublishPort=53:53/udp
PublishPort=8080:80/tcp
Volume=pihole:/etc/pihole
Volume=dnsmasq:/etc/dnsmasq.d
[Service]
Restart=always
[Install]
WantedBy=default.target