-
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
podman update
is missing
#5763
Comments
This is deliberate. Podman containers are, by design, immutable once created. There has been extensive discussion of a way to clone containers ( |
Would be nice to have it documented/stated somewhere (say output of
The resource limits can still be changed using |
Sure - I'd want to hide the command so it doesn't seem like
Sure - the big blocker here is actually Podman's internal storage of container configuration. Our configs (which contain an initial version of the container's OCI spec among other things) are immutable as a design decision, to make state that needs to be distributed across different Podman processes as minimal as we can. This means that, while we can certainly adjust the resources of a running container, those changes will not be saved, so our report of the container configuration in |
A friendly reminder that this issue had no activity for 30 days. |
@mheon What do you want to do with this one? |
Consolidate everything related to this in one |
@mheon please do the consolidation and close this |
Duplicate of #1925 |
/kind feature
Description
podman update
is missingSteps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional details:
The text was updated successfully, but these errors were encountered: