Suppose i have images pulled named, matrix-data and running with container names as matrix. Now i have few bug fixes in my matrix-data images and i want to patch it to current running images.
- Stop running container
- Build the new images with bug fix.
- Pull the images from registry.
- Restart the container.
Will the old image be over written with new one and i can start same contanier or there is different way of patching the images?
Thanks!