Harmonize docs with intro paragraph from CLI spec

Signed-off-by: Solomon Hykes <sh.github.6811@hykes.org>
This commit is contained in:
Solomon Hykes
2021-03-25 08:56:26 +00:00
parent ab6518cca0
commit 437aba7fdb
3 changed files with 31 additions and 9 deletions

View File

@@ -32,8 +32,7 @@ import (
Dagger works by running *controllers*: specialized programs each automating
the deployment of a particular application in a particular way.
Multiple controllers can deploy the same application in different ways,
for example to deploy distinct production and staging environments.
The same application can be deployed in different ways by different controllers, for example to create distinct production and staging environments.
Technically speaking, a controller is a standalone program with its own code and data,
run by the Dagger platform.