Removed the container rescheduling example from help and docs

This commit is contained in:
Alex Mavrogiannis 2016-04-18 15:16:15 -07:00 committed by Joao Fernandes
parent 0fe7f7973a
commit bd54e03115
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ mounting the file at `/docker_subscription.lic` in the tool.
| `--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). | | `--swarm-experimental` | Enable experimental Swarm features. Note: Use only for install, not join). |