podman-compose icon indicating copy to clipboard operation
podman-compose copied to clipboard

podman-compose run ignore --no-deps

Open khassad opened this issue 1 year ago • 3 comments

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

khassad avatar Jun 24 '23 15:06 khassad

+1

jonathanspw avatar Feb 02 '24 10:02 jonathanspw

Is there an update for this issue? I have the same issue in version 1.1.0.

Dongw1126 avatar Jun 03 '24 06:06 Dongw1126