Difference between revisions of "Containerization Softwares"
Line 1: | Line 1: | ||
== [[Docker]]== | == [[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 | Docker Hub : https://hub.docker.com | ||
+ | |||
Official site : https://www.docker.com/ | Official site : https://www.docker.com/ | ||
+ | |||
== [[Kubernetes]]== | == [[Kubernetes]]== | ||
Official site : https://kubernetes.io/ | Official site : https://kubernetes.io/ |
Latest revision as of 05:21, 25 June 2018
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/