3 lines
228 B
Markdown
3 lines
228 B
Markdown
# How commands are run
|
|
|
|
I was unable to find a way to directly run *multiple* commands via Docker/Podman. Instead of doing that, greg puts all the commands in a temporary script, mounts it inside, and then runs it with `shell`.
|