Add Docker Registry note

This commit is contained in:
Simen Brekken
2016-04-14 06:55:42 +02:00
parent c6fa061604
commit 579ffa5a62

View File

@@ -79,6 +79,9 @@ $ docker build -t dokku/test-app:v42
$ docker save dokku/test-app:v42 | ssh my.dokku.host "docker load | dokku tags:deploy test-app v42"
```
> Note: You can also use a Docker Registry to push and pull the image rather than uploading it
> directly.
Here's a more complete example using the above method:
```shell