From 768fd32262daa8ad3da3ec7140fbea2ac7fc8bc4 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Fri, 18 Aug 2017 13:36:14 -0700 Subject: [PATCH] Remove internal flag from UCP --- .../2.2/guides/admin/configure/join-windows-worker-nodes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md b/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md index 0cd7928db6..2d6f07bc6b 100644 --- a/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md +++ b/datacenter/ucp/2.2/guides/admin/configure/join-windows-worker-nodes.md @@ -40,7 +40,7 @@ On a manager node, run the following command to list the images that are require on Windows nodes. ```bash -$ docker container run --rm {{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} images --list --image-version dev: --enable-windows +$ docker container run --rm {{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} images --list --enable-windows {{ page.ucp_org }}/ucp-agent-win:{{ page.ucp_version }} {{ page.ucp_org }}/ucp-dsinfo-win:{{ page.ucp_version }} ``` @@ -49,7 +49,7 @@ On Windows Server 2016, in a PowerShell terminal running as Administrator, log in to Docker Hub with the `docker login` command and pull the listed images. ```ps -PS> docker image pull {{ page.ucp_org }}/ucp-agent-win:{{ page.ucp_version }} +PS> docker image pull {{ page.ucp_org }}/ucp-agent-win:{{ page.ucp_version }} PS> docker image pull {{ page.ucp_org }}/ucp-dsinfo-win:{{ page.ucp_version }} ``` @@ -63,7 +63,7 @@ PS> docker container run --rm {{ page.ucp_org }}/ucp-agent-win:{{ page.ucp_versi ``` > Docker daemon restart -> +> > When you run `windows-script`, the Docker service is unavailable temporarily. The Windows node is ready to join the swarm. Run the setup script on each