зеркало из https://github.com/microsoft/azure-cli.git
simplify docker instructions (#866)
Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
This commit is contained in:
Родитель
a08368c790
Коммит
d7c3d38ca2
|
@ -20,11 +20,9 @@ We have automated Docker images of the latest code in the master branch.
|
|||
If you have not previously done so, `configure your Docker client engine <https://docs.docker.com/engine/installation/>`__.
|
||||
|
||||
Then:
|
||||
+ Run :code:`docker pull azuresdk/azure-cli-python:latest`
|
||||
+ Run :code:`docker run -it azuresdk/azure-cli-python:latest`
|
||||
+ Run :code:`docker run -it azuresdk/azure-cli-python`
|
||||
|
||||
Alternatively:
|
||||
+ Run :code:`docker pull azuresdk/azure-cli-python:latest`
|
||||
+ Run :code:`alias az='docker run --rm -i -t -v ~/.azure:/root/.azure azuresdk/azure-cli-python az'`
|
||||
+ Then run :code:`az` as normal. e.g. :code:`az account login`
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче