File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,12 +47,16 @@ in a container can be as easy as `git push deis master`.
4747
4848## Applications
4949
50- Deis is designed around the concept of an [ application] [ ] , or app.
51- Applications live on a cluster where they use [ Containers] [ ]
52- to service requests.
50+ Workflow is designed around the concept of an [ application] [ ] , or app.
5351
54- Developers use applications to push code, change configuration, scale processes,
55- view logs, run admin commands and much more.
52+ Applications can come in three forms. First, as collection of source files
53+ stored in a Git repository. Second, as a Dockerfile, which describes how to
54+ build your app. Third, a reference to an already built Docker Image, hosted on
55+ a remote repository.
56+
57+ Applications are always given a unique name for easy reference. Workflow also
58+ tracks other related information for your application including any domain
59+ names, SSL Certificates and developer provided configuration.
5660
5761## Build, Release, Run
5862
You can’t perform that action at this time.
0 commit comments