mirror of https://github.com/docker/docs.git
Remove internal flag from UCP
This commit is contained in:
parent
3bbdf58428
commit
768fd32262
|
@ -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 }}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue