podman-compose
podman-compose copied to clipboard
podman-compose run ignore --no-deps
Describe the bug podman-compose run --no-deps fails when the related containers doesn't exist since it generate a full podman run with all the --requires dependencies, which is wrong.
Expected behavior --no-deps should not generate any --requires in the podman run command
Actual behavior podman-compose generates a podman run command with a complete --requires= option, which fails.
$ podman-compose version podman-compose version: 1.0.7 ['podman', '--version', ''] using podman version: 4.5.1 podman-compose version 1.0.7 podman --version podman version 4.5.1 exit code: 0
Environment:
- OS: Linux
- podman version: 4.5.1
- podman compose version: latest devel (1.0.7)
Additional context
Seems to be linked to #398
+1
Is there an update for this issue? I have the same issue in version 1.1.0.