Skip to content

Commit 2ece1b2

Browse files
committed
ref(concepts): cleanup Docker section
1 parent b6f7734 commit 2ece1b2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/understanding-deis/concepts.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ For a detailed overview of Workflow components, see our [component][] break down
3434

3535
## Docker
3636

37-
[Docker][] is an open source project to pack, ship and run any
37+
[Docker][] is an open source project to build, ship and run any
3838
application as a lightweight, portable, self-sufficient container.
3939

40-
Deis curates your applications as Docker images, which are then
41-
distributed across your cluster as Docker containers.
40+
Workflow uses Docker Images and the Docker Engine (via Kubernetes) to package
41+
and run your application respectively.
4242

43-
(Deis itself is also a set of coordinated Docker containers.)
43+
If you have not yet converted your application to containers, Workflow provides
44+
a simple and straightforward "source to Docker image" capability. Supporting
45+
multiple language runtimes via community buildpacks, building your application
46+
in a container can be as easy as `git push deis master`.
4447

4548
## Applications
4649

0 commit comments

Comments
 (0)