-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
about "command update" and "podman -p" bind more port question #7555
Comments
Podman containers are, by design, immutable. As such, they cannot be updated or renamed once created. We have plans to implement a |
@mheon Ok~ Thank you for your reply. |
The |
My usage scenario is in containers use GPU, if through |
Yes, that should work fine. |
I mean if GPU memory 8G single container use 6G. if through |
The intention would be that the first container is stopped and (and potentially removed) after being cloned, so the two containers would not be active at the same time. |
oh~ It's great ! Thank you for your explain.
Output of
I bind 80 and 443 port, But in
Is this normal ? |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Output of
podman version
:Output of
podman --help
:In docker have "update". In latest podman I can't find "update".
If I want update container, What should I do?
The text was updated successfully, but these errors were encountered: