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

[27.x backport] docs, man: dockerd: add documentation for "--log-format" and "--feature" options #5439

Merged
merged 6 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]>
    (cherry picked from commit 610f915)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7811c44 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]>
    (cherry picked from commit fb056d2)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bc87ef9 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]>
    (cherry picked from commit a357db0)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    db7a014 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]>
    (cherry picked from commit a42ca11)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    245f79f View commit details
    Browse the repository at this point in the history
  5. man: dockerd: add description for --log-format option

    This option was added in a08abec9f8d59eaa44c375900e254384a68c5a31,
    as part of Docker v25.0, but did not update the docs and manpage.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit 9ae514f)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7c72283 View commit details
    Browse the repository at this point in the history
  6. docs: dockerd: add documentation for --log-format option

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