Gary Cartagena

Results 2 issues of Gary Cartagena

Removing "-a" from the "podman start" args array. It messes with automated container build in scripts.

**Describe the bug** the command : `podman-compose -f=compose.yml` is actually appending the '-a' switch to the start command: ` podman start -a ` This is a problem because I am...

bug