From 3526bf68a7369d0efec3ac6d477745b72d7d8771 Mon Sep 17 00:00:00 2001 From: Eiichi Kitagawa Date: Tue, 21 Nov 2017 15:36:27 -0800 Subject: [PATCH] Specifying the OS for Docker4Azure (#5353) Image `docker4x/create-sp-azure` is Linux image, so it has to run on Linux machine. --- docker-for-azure/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-for-azure/index.md b/docker-for-azure/index.md index 3afdd26ef8..a52c3648d8 100644 --- a/docker-for-azure/index.md +++ b/docker-for-azure/index.md @@ -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