We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fced10 commit e108f14Copy full SHA for e108f14
1 file changed
src/applications/using-docker-images.md
@@ -78,6 +78,11 @@ tool like [jq][] and then used in the password field in `deis registry:set`. For
78
deis registry:set username=_json_key password="$(cat google_cloud_cred.json | jq -c .)"
79
```
80
81
+When using a private registry the docker images are no longer pulled into the Deis Internal Registry via
82
+the Deis Workflow Controller but rather is managed by Kubernetes. This will increase security and overall speed,
83
+however the `port` information can no longer be discovered. Instead the `port` information can be set via
84
+`deis config:set PORT=80` prior to setting the registry information.
85
+
86
**NOTE:**
87
Currently [GCR.io][] and [ECR][] in short lived auth token mode are not supported.
88
0 commit comments