Merge pull request #29 from Azure/DavidObando/custom-domain

Fix minor error in docker login command
This commit is contained in:
Sajay Antony 2017-02-17 11:45:35 -08:00 коммит произвёл GitHub
Родитель 676f0c463a 61ea6cf92a
Коммит 9c68e857c7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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`