-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Documentation on boolean flags is wrong #10517 #10546
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
Conversation
For example, if you do call `docker run -d`, that sets the value to `true`, so | ||
your container **will** run in "detached" mode, in the background. | ||
|
||
Options which a defaulted to `true` (i.e., `docker build --rm=true`) can only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps Options which default to...
?
413d0e7
to
3aa625e
Compare
LGTM |
LGTM thanks for the fix |
so `docker run -d` **will** run in "detached" mode, | ||
in the background. Other boolean options are similar – specifying them | ||
will set the value to the opposite of the default value. | ||
Boolean options look like `-d=false`. The value you see in the help text, is the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Omit comma after "text".
Maybe change "look like" to "take the form".
A couple small copy edits. Otherwise, LGTM |
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
3aa625e
to
1e6e683
Compare
Documentation on boolean flags is wrong #10517
Signed-off-by: Sven Dowideit SvenDowideit@home.org.au
closes ##10517