github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/docs/reference/terms/application.rst (about)

     1  :title: Application
     2  :description: A Deis application services requests and background jobs from a deployed git repository.
     3  
     4  
     5  .. _application:
     6  
     7  Application
     8  ===========
     9  
    10  An application services requests and background jobs for a deployed git repository.
    11  Each application includes a set of :ref:`Containers <container>`
    12  used to run isolated processes, and a :ref:`Release` that defines the current
    13  :ref:`Build` and :ref:`config` deployed by containers.