Fix port requirement for SSL of docker registry (#5973)

Just bellow my edit the port 443 is used, not the port 5000 as mentioned. This PR fixes that.
pull/3397/head
Julien Bordellier 2018-02-09 22:19:38 +01:00 committed by Misty Stanley-Jones
parent 09d8e4bd93
commit a92ed35ab2
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ These examples assume the following:
- Your registry URL is `https://myregistry.domain.com/`.
- Your DNS, routing, and firewall settings allow access to the registry's host
on port 5000.
on port 443.
- You have already obtained a certificate from a certificate authority (CA).
If you have been issued an _intermediate_ certificate instead, see