Slide 6
Slide 6 text
Social Connections 15 Munich, September 16-18 2020
Copyright © 2020 HCL Technologies Limited | www.hcltechsw.com 6
Docker and Containers
• Multiple Containers runtimes environment
• Docker was the first and still the most popular
• Others are: CRI-O, containerd, OpenVZ, Mesos, rktlet, and a few more.
• Since containers don’t load the OS. They boot in seconds
• Containers are ephemeral. Make sure you use persistent volumes.
• Less dependencies on the OS allow for portability.
• Docker Images go into the Container Registry (think Image Repository)
• Docker Hub is a public Registry. You will have your own as well.