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

Fix syntax in Swarm example. Resolves #528 #707

Merged
merged 1 commit into from
Oct 2, 2016

Conversation

billglover
Copy link
Contributor

Prior to this fix the documentation for the swarm example included
syntax that would fail with the following error.

Error : flag needs an argument: --docker.domain

This fix specifies flags using the = between the flag name and value.

Tested on: Docker version 1.12.2-rc1, build 45bed2c, experimental

Prior to this fix the documentation for the swarm example included
syntax that would fail with the following error.

`Error : flag needs an argument: --docker.domain`

This fix specifies flags using the `=` between the flag name and value.

Tested on: Docker version 1.12.2-rc1, build 45bed2c, experimental
@emilevauge emilevauge changed the base branch from master to v1.1 October 2, 2016 10:15
Copy link
Member

@emilevauge emilevauge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for spotting this @billglover :)
LGTM

@emilevauge emilevauge added this to the 1.1 milestone Oct 2, 2016
Copy link
Contributor

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👼

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

Successfully merging this pull request may close these issues.

4 participants