From ea30cd8cd28c337abbf92743f9017b8b8ecfc43d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mon=20S?= Date: Fri, 9 Jun 2017 20:17:12 +0200 Subject: [PATCH] Create images.md Added some related articles to make the transition from Docker to Dokku easier to understand. --- docs/deployment/methods/images.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/deployment/methods/images.md b/docs/deployment/methods/images.md index f688f5544..aa1a555ef 100644 --- a/docs/deployment/methods/images.md +++ b/docs/deployment/methods/images.md @@ -162,3 +162,8 @@ docker save dokku/test-app:v12 | bzip2 | ssh my.dokku.host "bunzip2 | docker loa # tag and deploy the image ssh my.dokku.host "dokku tags:create test-app previous; dokku tags:deploy test-app v12 && dokku tags:create test-app latest" ``` + +## Related articles +[Setting up Persistent Storage](/docs/advanced-usage/persistent-storage.md) +[Defining Environment Variables](/docs/configuration/environment-variables.md) +[Setting up the Ports](/docs/advanced-usage/proxy-management.md)