Adds docs for swarm-experimental flag

Updated the `ucp install` docs to mention the swarm-experimental flag.
Also updated release notes for 1.0.1.
This commit is contained in:
Vivek Saraswat 2016-03-10 10:49:48 -08:00 committed by Joao Fernandes
parent c2b75914f1
commit 334657e8d8
2 changed files with 3 additions and 1 deletions

View File

@ -64,4 +64,5 @@ mounting the file at `/docker_subscription.lic` in the tool.
| `--preserve-certs` | Don't (re)generate certs on the host if existing ones are found. |
| `--binpack` | Set Swarm scheduler to binpack mode (default spread). |
| `--random` | Set Swarm scheduler to random mode (default spread). |
| `--pull "missing"` | Specify image pull behavior (`always`, when `missing`, or `never`). |
| `--pull "missing"` | Specify image pull behavior (`always`, when `missing`, or `never`).
| `--swarm-experimental` | Enable experimental Swarm features (e.g. container rescheduling). Note: Use only for install, not join). |

View File

@ -21,6 +21,7 @@ weight="99"
* Upgraded Swarm to 1.1.3
* Improved support for `docker cp`
* System CA pool fallback for secure DTR connections
* Added `--swarm-experimental` option during UCP install
* UI
* Added checkbox to select all containers in Containers screen