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
I would like to be able to clone a container completely (copy its exact config). So I can create a new one with the same config.
My main goal is to update the image tag of a running container.
Is there any way of doing this? it seems to me that labels and network config could be the main issue since ContainterInfo and CreateContainerOptions seem to be kind of incompatible.
Thanks in advance, dear mantainers
The text was updated successfully, but these errors were encountered:
I would like to be able to clone a container completely (copy its exact config). So I can create a new one with the same config.
My main goal is to update the image tag of a running container.
Is there any way of doing this? it seems to me that labels and network config could be the main issue since ContainterInfo and CreateContainerOptions seem to be kind of incompatible.
Thanks in advance, dear mantainers
The text was updated successfully, but these errors were encountered: