We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfff52d commit 93e30bcCopy full SHA for 93e30bc
1 file changed
src/understanding-deis/concepts.md
@@ -2,7 +2,7 @@
2
3
Deis is a lightweight application platform that deploys and scales Twelve-Factor apps as Docker containers across a cluster of Kubernetes minions.
4
5
-## Twelve-Factor
+## Twelve-Factor Applications
6
7
The [Twelve-Factor App][] is a methodology for building modern
8
applications that can be scaled across a distributed system.
@@ -11,7 +11,7 @@ We consider it an invaluable synthesis of much experience with
11
software-as-a-service apps in the wild, especially on the
12
Heroku platform.
13
14
-Deis is designed to run applications that adhere to [Twelve-Factor App][]
+Workflow is designed to run applications that adhere to [Twelve-Factor App][]
15
methodology and best practices.
16
17
## Docker
0 commit comments