mirror of https://github.com/docker/docs.git
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:
parent
c2b75914f1
commit
334657e8d8
|
@ -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. |
|
| `--preserve-certs` | Don't (re)generate certs on the host if existing ones are found. |
|
||||||
| `--binpack` | Set Swarm scheduler to binpack mode (default spread). |
|
| `--binpack` | Set Swarm scheduler to binpack mode (default spread). |
|
||||||
| `--random` | Set Swarm scheduler to random 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). |
|
||||||
|
|
|
@ -21,6 +21,7 @@ weight="99"
|
||||||
* Upgraded Swarm to 1.1.3
|
* Upgraded Swarm to 1.1.3
|
||||||
* Improved support for `docker cp`
|
* Improved support for `docker cp`
|
||||||
* System CA pool fallback for secure DTR connections
|
* System CA pool fallback for secure DTR connections
|
||||||
|
* Added `--swarm-experimental` option during UCP install
|
||||||
|
|
||||||
* UI
|
* UI
|
||||||
* Added checkbox to select all containers in Containers screen
|
* Added checkbox to select all containers in Containers screen
|
||||||
|
|
Loading…
Reference in New Issue