Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't Support Podman On macOS When Replacing A Container #657

Open
2 tasks done
charlestephen opened this issue Nov 6, 2024 · 0 comments
Open
2 tasks done

Doesn't Support Podman On macOS When Replacing A Container #657

charlestephen opened this issue Nov 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@charlestephen
Copy link

⚠️ Please verify that this bug has NOT been reported before.

  • I checked and didn't find similar issue

🛡️ 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 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.

Screenshot 2024-11-06 at 2 40 42 AM

👟 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

@charlestephen charlestephen added the bug Something isn't working label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant