From 6ec4be5e282e2296654f777ca539171851b75fbb Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 29 Mar 2017 07:41:28 +0800 Subject: [PATCH] Update autorestart.md (#2485) --- docker-cloud/apps/autorestart.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-cloud/apps/autorestart.md b/docker-cloud/apps/autorestart.md index e411a7fc31..660b4332ed 100644 --- a/docker-cloud/apps/autorestart.md +++ b/docker-cloud/apps/autorestart.md @@ -38,7 +38,7 @@ Autorestart is set to `OFF` by default, which means that autorestart is *deactiv ### Using the API and CLI You can set the **Autorestart** option when launching a service through the -API and through the CLI. Autorestart is set to `OFF` by default.  +API and through the CLI. Autorestart is set to `OFF` by default.  #### Set autorestart using the API @@ -60,7 +60,7 @@ See our [API documentation](/apidocs/docker-cloud.md) for more information. ## Enabling autorestart on an already deployed service -You can activate or deactivate **Autorestart** on a service after it has been deployed by editing the service. +You can activate or deactivate **Autorestart** on a service after it has been deployed by editing the service. 1. Go to the service detail page. 2. Click **Edit**. @@ -85,4 +85,4 @@ PATCH /api/app/v1/service/(uuid)/ HTTP/1.1 $ docker-cloud service set --autorestart ALWAYS (name or uuid) ``` -See the [API documentation](/apidocs/docker-cloud.md) for more information. \ No newline at end of file +See the [API documentation](/apidocs/docker-cloud.md) for more information.