fix: ensure that pod can be created from scratch

This commit is contained in:
Marc 2024-02-09 00:10:24 -05:00
parent a4f9f3e2ab
commit 15f2c6c534
Signed by: marc
GPG key ID: 048E042F22B5DC79

4
pod.sh
View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/bash
podman pod exists services podman pod exists services || true
test $? -eq 0 || podman pod create services test $? -eq 0 || podman pod create -p 8080:8080 -p 6881:6881/udp -p 6881:6881 -p 8112:8112 services