Skip to content

Commit e801a81

Browse files
committed
ref(concepts): rework application section
1 parent 2ece1b2 commit e801a81

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

src/understanding-deis/concepts.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)