missing \ on multi-line command (#6442)

This commit is contained in:
Eiichi Kitagawa 2018-04-12 10:15:40 -07:00 committed by Gwendolynne Barr
parent 69d3951240
commit 09f8c126f4
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ 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 --enable-windows
{{ page.ucp_org }}/ucp-agent-win:{{ page.ucp_version }}
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 }}
```