Skip to content

Commit 25a39f3

Browse files
committed
doc(concepts): bulletize
1 parent 67014c9 commit 25a39f3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/understanding-deis/concepts.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,11 @@ Image are launched unmodified.
5353

5454
Workflow is designed around the concept of an [application][], or app.
5555

56-
Applications can come in three forms. First, as collection of source files
57-
stored in a Git repository. Second, as a Dockerfile, which describes how to
58-
build your app. Third, a reference to an already built Docker Image, hosted on
59-
a remote repository.
56+
Applications can come in three forms:
57+
58+
1. as collection of source files stored in a Git repository
59+
2. as a Dockerfile, which describes how to build your app
60+
3. a reference to an already built Docker Image, hosted on a remote Docker repository
6061

6162
Applications are always given a unique name for easy reference. Workflow also
6263
tracks other related information for your application including any domain

0 commit comments

Comments
 (0)