minimal working project with instruct step debugging infrastructure in place
This commit is contained in:
+1
-2
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user