Remove internal flag from UCP

This commit is contained in:
Joao Fernandes 2017-08-18 13:36:14 -07:00 committed by Joao Fernandes
parent 3bbdf58428
commit 768fd32262
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}
```