This doesn't properly support Podman on macOS as there is no Podman-docker package. When attempting to convert a podman run command, it initially fails because it doesn't recognize the syntax. After replacing podman with docker, it subsequently fails because an already running container in podman must have the --replace flag to be replaced by a compose file. See screenshot.
π Reproduction steps
Start a container in podman not in a stack. Attempt convert your podman run command to compose format.
π Expected behavior
Container should launch.
π Actual Behavior
It fails with a message that the container name is already in use.
β οΈ Please verify that this bug has NOT been reported before.
π‘οΈ Security Policy
Description
This doesn't properly support Podman on macOS as there is no Podman-docker package. When attempting to convert a
podman run
command, it initially fails because it doesn't recognize the syntax. After replacingpodman
withdocker
, it subsequently fails because an already running container in podman must have the--replace
flag to be replaced by a compose file. See screenshot.π Reproduction steps
Start a container in podman not in a stack. Attempt convert your
podman run
command to compose format.π Expected behavior
Container should launch.
π Actual Behavior
It fails with a message that the container name is already in use.
Dockge Version
Version: 1.4.2
π» Operating System and Arch
macOS ARM64
π Browser
Chrome
π Docker Version
Podman 5.2.4
π© NodeJS Version
No response
π Relevant log output
No response