Clarify step for logging in to Docker.

This commit is contained in:
Travis Prescott 2016-03-17 09:18:54 -07:00
Родитель 60d4623e72
Коммит b047560970
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,7 +9,7 @@ The Azure Python CLI projects sources are located on GitHub (https://github.com/
If you have not previously done so, configure your Docker client engine [here](https://docs.docker.com/engine/installation/).
Then:
+ Log in to Docker (contact the team for credentials).
+ Run `docker login` (contact the team for credentials).
+ Run `docker pull azuresdk/azure-cli-python:latest`
+ Run `docker run -i -t azuresdk/azure-cli-python:latest`