Merge pull request #461 from docker/registry-name

Change "external registry" example in stack-yaml-reference
This commit is contained in:
LRubin 2016-11-04 16:38:37 -07:00 committed by GitHub
commit 60e7fa9472
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ The image used to deploy this service. This is the only mandatory key.
```yml
image: drupal
image: dockercloud/hello-world
image: quay.io/borja/redis
image: my.registry.com/redis
```
## autodestroy