Merge pull request #29 from Azure/DavidObando/custom-domain
Fix minor error in docker login command
This commit is contained in:
Коммит
9c68e857c7
|
@ -53,4 +53,4 @@ Configure the DNS zone so `registry.contoso.com` points to the Azure VM you have
|
||||||
|
|
||||||
A simple way to test the setup is to call `docker login` to quickly confirm that the requests are properly forwarded:
|
A simple way to test the setup is to call `docker login` to quickly confirm that the requests are properly forwarded:
|
||||||
|
|
||||||
`docker login registry.contoso.com -u <username> -p <password>`
|
`docker login -u <username> -p <password> registry.contoso.com`
|
||||||
|
|
Загрузка…
Ссылка в новой задаче