Skip to content

Commit

Permalink
Adds docs for swarm-experimental flag
Browse files Browse the repository at this point in the history
Updated the `ucp install` docs to mention the swarm-experimental flag.
Also updated release notes for 1.0.1.
  • Loading branch information
vsaraswat authored and Joao Fernandes committed Nov 2, 2016
1 parent c2b7591 commit 334657e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reference/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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). |
1 change: 1 addition & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 334657e

Please sign in to comment.