docker - Is it possible to upgrade image of an existing container? -


I want to upgrade an image where a current container moves. After performing Docker Bridge , I got the latest image but the container is still running on the old image. Is it possible to run the existing container on the latest image? Thank you.

This is not possible at this time, but one open to support the case of this usage is open.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -