Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make docker service --help text for --endpoint-mode more consistent #24330

Merged
merged 1 commit into from
Jul 7, 2016

Conversation

avsm
Copy link
Contributor

@avsm avsm commented Jul 5, 2016

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

@dnephin
Copy link
Member

dnephin commented Jul 5, 2016

LGTM (IANAM)

@vdemeester
Copy link
Member

LGTM 🐯

@LK4D4
Copy link
Contributor

LK4D4 commented Jul 5, 2016

@avsm Could you, also, change docs/reference/commandline/service_create.md and docs/reference/commandline/service_update.md, pls.

@icecrime
Copy link
Contributor

icecrime commented Jul 5, 2016

LGTM with @LK4D4 comment above! Thanks

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>
@avsm
Copy link
Contributor Author

avsm commented Jul 6, 2016

@LK4D4 pushed the doc sync as well

@thaJeztah
Copy link
Member

retest this please

@thaJeztah
Copy link
Member

docs LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants