moby/docs/reference
Anil Madhavapeddy 2de9585f5e make docker service --help text for --endpoint-mode more consistent
Previously:

```
      --constraint value             Placement constraints (default [])
      --endpoint-mode string         Endpoint mode(Valid values: vip, dnsrr)
<snip>
      --restart-condition string     Restart when condition is met (none, on_failure, or any)
```

Now:

```
      --constraint value             Placement constraints (default [])
      --endpoint-mode string         Endpoint mode (vip or dnsrr)
<snip>
      --restart-condition string     Restart when condition is met (none, on_failure, or any)
```

Signed-off-by: Anil Madhavapeddy <anil@docker.com>
2016-07-06 12:10:28 +01:00
..
api Validate hostname starting from 1.24 API. 2016-07-06 09:13:59 +02:00
commandline make docker service --help text for --endpoint-mode more consistent 2016-07-06 12:10:28 +01:00
builder.md Fix spelling in comments, strings and documentation 2016-07-03 20:58:11 +03:00
glossary.md Update links to Docker Hub 2016-03-04 15:48:52 +01:00
index.md Creating Engine specific menu 2016-01-26 15:58:53 -08:00
run.md Allow user to specify container's link-local addresses 2016-06-14 14:28:33 -07:00