Add note about dsinfo directory (#189)

This commit is contained in:
Jim Galasyn 2017-07-31 11:14:50 -07:00
parent a90c60c20c
commit 186f54c48f
1 changed files with 3 additions and 0 deletions

View File

@ -48,3 +48,6 @@ On Windows worker nodes, run the following command to generate a local support d
```ps
PS> docker run --name windowssupport -v 'C:\ProgramData\docker\daemoncerts:C:\ProgramData\docker\daemoncerts' -v 'C:\Windows\system32\winevt\logs:C:\eventlogs:ro' docker/ucp-dsinfo-win; docker cp windowssupport:'C:\dsinfo' .; docker rm -f windowssupport
```
This command creates a directory named `dsinfo` in your current directory.
If you want an archive file, you need to create it from the `dsinfo` directory.