You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
🛡️ 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
The text was updated successfully, but these errors were encountered: