From dd9303eb445b338828e67a1f527638b65613d58a Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 29 Mar 2017 07:40:57 +0800 Subject: [PATCH] Update auto-destroy.md (#2484) --- docker-cloud/apps/auto-destroy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```