Patch Management In Container.
First let's understand what is in a simple container,
Simple Container.
Patch Management In Container.
- Do not patch running container.
- Stop your running container update your docker image.
- Fire new containers (quickly) from the updated/patched image.
- A Docker image has two components: the base image and the application image.
- Update the base image and then rebuild the application image. .
- https://blog.docker.com/2016/03/containers-are-not-vms/
- https://blog.mikesir87.io/2017/05/docker-is-not-a-hypervisor/
- https://devopscube.com/what-is-docker/
- https://medium.freecodecamp.org/a-beginner-friendly-introduction-to-containers-vms-and-docker-79a9e3e119b
- https://blog.docker.com/2016/03/containers-are-not-vms/
- https://stackoverflow.com/questions/48251703/if-docker-runs-natively-on-windows-then-why-does-it-need-hyper-v
- https://www.logicworks.com/blog/2016/04/docker-security-monitor-patch-containers-aws/
- https://www.ontrack.com/uk/blog/the-world-of-data/using-docker-containers-beware-of-these-security-risks/
Comments
Post a Comment