murano-apps/Docker
Kirill Zaitsev 9a84c09671 [Kubernetes][doc] Expand k8s docs. Add documentation for classes
Targets bp: docs-k8s-app-usage

Change-Id: I6f734f63a0e4b90cae58b7e45c1a7650bf0e76ff
2016-02-11 21:22:26 +00:00
..
Applications Modifying Orion docker package to use MongoDB docker 2015-12-02 07:52:41 +01:00
DockerInterfacesLibrary [Docker] Docker applications developer reference 2015-12-01 14:44:07 +03:00
DockerStandaloneHost Add Google Container Registry to DockerStandaloneHost 2015-12-03 14:19:04 +02:00
Kubernetes [Kubernetes][doc] Expand k8s docs. Add documentation for classes 2016-02-11 21:22:26 +00:00
README.rst [Kubernetes] Kubernetes documentation 2015-12-03 16:48:42 +03:00

README.rst

Docker support for Murano

Docker is an open-source project that automates the deployment of applications inside software containers. Docker containers could be run either by the Docker itself or by container management platforms that built on top of the Docker and provide extra value to schedule and manage containers on multiple hosts.

This folder contains needed abstractions and applications to develop and run Docker applications:

  • DockerInterfaceLibrary: library that defines a framework for building Docker applications. It provides set of common interfaces and data structures that are used by all Docker applications and Docker hosting services. If you want to develop your own Docker application this is a good place to start. See DockerInterfaceLibrary/README.rst for more details.
  • DockerStandaloneHost: a regular Docker host. Docker containers are run on a dedicated VM running docker software (require pre-built image with docker and murano-agent).
  • Kubernetes: an open source container cluster manager by Google. It allows to schedule and run Docker applications on multiple clustered nodes. Application both installs Kubernetes and provides capabilities to run Docker applications similar to DockerStandaloneHost. See Kubernetes/README.rst for more details.
  • Applications: Examples of some of the most popular Docker applications.