1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

network exists workaround

This commit is contained in:
Mo 2022-08-18 03:55:05 +02:00
parent 08df7884de
commit 128d9ac207

View file

@ -143,7 +143,8 @@ def check_requirements():
print(f"Creating network {args.network}.")
run(
f"podman network create {args.network}",
check=True,
# Commented out because old buildah versions do not support "network exists"
# check=True,
)