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

docs: add documentation for dockerd --feature flag #5436

Merged
merged 4 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. man: update dockerd man-page to include --feature flag

    commit f13c08246d93dd5aae200d5881a3a374e6cac876 introduced
    this flag, but did not yet update the manpage.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    610f915 View commit details
    Browse the repository at this point in the history
  2. man: fix duplicate word in --feature flag description

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fb056d2 View commit details
    Browse the repository at this point in the history
  3. man: dockerd: value is optional for --feature flag

    The --feature flag allows the boolean value to be omitted.
    If only a name is provided, the default is "true".
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a357db0 View commit details
    Browse the repository at this point in the history
  4. docs/reference: dockerd: add docs for --feature option

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a42ca11 View commit details
    Browse the repository at this point in the history