Example to indicate behavioral diff. client bundle

We recently had a client open a case, because UCP system containers were not visible when typing `docker ps`, while using a UCP client bundle. Upon hearing that the behavior of the client bundle is different than that seen without the bundle (e.g. `docker ps -a` is necessary to view system containers), he asked that we add some indication to the documentation that this is expected behavior. This is the least invasive way I can think of to introduce such a change to the article. Better ideas welcome!
This commit is contained in:
Steven Showers 2019-04-12 11:12:52 -04:00 committed by GitHub
parent e295a6e6cb
commit d12c617f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -149,6 +149,9 @@ unzip bundle.zip
# Run the utility script.
eval "$(<env.sh)"
# Confirm that you can see UCP containers:
docker ps -af state=running
```
On Windows Server 2016, open an elevated PowerShell prompt and run: