Skip to content

Commit

Permalink
Merge pull request docker#1181 from sardjv/patch-2
Browse files Browse the repository at this point in the history
redeploying should not use existing volume
  • Loading branch information
LRubin authored Jan 25, 2017
2 parents 49a3338 + f27d9f9 commit 74e52a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ If you `redeploy` the Redis service you created earlier, you'll see that the cou
Let's try that. First, redeploy the redis service to reset the counter.

```bash
$ docker-cloud service redeploy redis
$ docker-cloud service redeploy redis --not-reuse-volumes
```

Check the container status using the `container ps` command, and wait until the new container is running again. In the example below you can see the original container in the "Terminated" state, and the new container that is "Starting".
Expand Down

0 comments on commit 74e52a5

Please sign in to comment.