Specifying the OS for Docker4Azure (#5353)

Image `docker4x/create-sp-azure` is Linux image, so it has to run on Linux machine.
This commit is contained in:
Eiichi Kitagawa 2017-11-21 15:36:27 -08:00 committed by Misty Stanley-Jones
parent f8b428ca4f
commit 3526bf68a7
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ is required to set up Docker for Azure. The Service Principal is used to invoke
and down or deploy apps on your swarm that require configuration of the Azure Load Balancer. Docker provides a
containerized helper script called `docker4x/create-sp-azure` to help you create the Service Principal.
1. Download the latest version of `docker4x/create-sp-azure` to your local environment:
1. On a Linux machie, download the latest version of `docker4x/create-sp-azure` to your local environment:
```bash
docker pull docker4x/create-sp-azure:latest