minimal working project with instruct step debugging infrastructure in place

This commit is contained in:
2025-07-13 19:57:20 +02:00
parent a794dac7d4
commit 9ab135672b
10 changed files with 99 additions and 236 deletions
+1
View File
@@ -13,6 +13,7 @@ function _fatal {
declare -a PODMAN_ARGS=(
"--rm" "-i" "--log-driver=none"
"--network=host"
"--pid=host"
"-v" "$PWD:$PWD:rw"
"-w" "$PWD"
)
+1 -2
View File
@@ -12,8 +12,7 @@ function _fatal {
declare -a PODMAN_ARGS=(
"--rm" "-i" "--log-driver=none"
"-p" "3333:3333"
"-p" "4444:4444"
"--network=host"
"-v" "$PWD:$PWD:rw"
"-w" "$PWD"
)