mirror of https://github.com/docker/docs.git
Merge pull request #8641 from stshow/patch-1
Example to indicate behavioral diff. client bundle
This commit is contained in:
commit
aa4556471c
|
@ -167,6 +167,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:
|
||||
|
|
Loading…
Reference in New Issue