Containerization Softwares
Contents
Docker
Docker is a containerization platform which packages your application and all its dependencies together in the form of containers so as to ensure that your application works seamlessly in any environment be it development or test or production.
Docker containers, wrap a piece of software in a complete filesystem that contains everything needed to run: code, runtime, system tools, system libraries etc. anything that can be installed on a server. This guarantees that the software will always run the same, regardless of its environment.
Docker Hub : https://hub.docker.com
Official site : https://www.docker.com/
Kubernetes
Official site : https://kubernetes.io/
OpenShift
Official site: https://www.openshift.com/
CoreOS
Official site : https://coreos.com/