mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
network exists workaround
This commit is contained in:
parent
08df7884de
commit
128d9ac207
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ def check_requirements():
|
||||||
print(f"Creating network {args.network}.")
|
print(f"Creating network {args.network}.")
|
||||||
run(
|
run(
|
||||||
f"podman network create {args.network}",
|
f"podman network create {args.network}",
|
||||||
check=True,
|
# Commented out because old buildah versions do not support "network exists"
|
||||||
|
# check=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue