diff --git a/docker-cloud/apps/auto-destroy.md b/docker-cloud/apps/auto-destroy.md index 623788393a..c36b2eae30 100644 --- a/docker-cloud/apps/auto-destroy.md +++ b/docker-cloud/apps/auto-destroy.md @@ -6,7 +6,7 @@ redirect_from: title: Destroy containers automatically --- -When enabled on a service, **Autodestroy**  automatically terminates containers +When enabled on a service, **Autodestroy** automatically terminates containers when they stop. **This destroys all data in the container on stop.** This is useful for one-time actions that store their results in an external system. @@ -74,4 +74,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1 #### Enabling autodestroy using the CLI ``` $ docker-cloud service set --autodestroy ALWAYS (name or uuid) -``` \ No newline at end of file +```