We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8b3eed + c112a46 commit 9e70ab2Copy full SHA for 9e70ab2
1 file changed
src/applications/using-docker-images.md
@@ -80,7 +80,7 @@ deis registry:set username=_json_key password="$(cat google_cloud_cred.json | jq
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
+however the application `port` information can no longer be discovered. Instead the application `port` information can be set via
84
`deis config:set PORT=80` prior to setting the registry information.
85
86
!!! note
0 commit comments