Rather than setting up volumes and starting the pipglr container manually, utilize quadlet + systemd. Retain the old setup and execution method, but move them into separate documentation. Signed-off-by: Chris Evich <cevich@redhat.com>
12 lines
334 B
SYSTEMD
12 lines
334 B
SYSTEMD
[Unit]
|
|
Description=Podman-in-podman GitLab Runner dedicated network
|
|
Documentation=https://gitlab.com/qontainers/pipglr/-/blob/main/README.md
|
|
After=network-online.target
|
|
Requires=podman.socket network.target
|
|
|
|
[Network]
|
|
Driver=bridge
|
|
# The pipglr container never accesses other containers on/or the host
|
|
Options=isolate
|
|
DisableDNS=true
|