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

[23.0 backport] docs/reference: update dockerd docs for changes in 23.0 #4202

Merged

Commits on Apr 13, 2023

  1. docs/reference: remove mention of DOCKER_NOWARN_KERNEL_VERSION

    Support for this environment variable was removed in docker 23.0 in
    moby/moby@1240f8b
    
    From that patch:
    
    > All regular, non-EOL Linux distros now come with more recent kernels
    > out of the box. There may still be users trying to run on kernel 3.10
    > or older (some embedded systems, e.g.), but those should be a rare
    > exception, which we don't have to take into account.
    >
    > This patch removes the kernel version check on Linux, and the corresponding
    > DOCKER_NOWARN_KERNEL_VERSION environment that was there to skip this
    > check.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 4a863df)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    e76242f View commit details
    Browse the repository at this point in the history
  2. docs/reference: reformat env-vars table, and simplify

    No need to mention that the env-var may be removed at that point to keep
    the description more to-the-point.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 879e080)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    623da19 View commit details
    Browse the repository at this point in the history
  3. docs/reference: use table for proxy env-vars

    Adding a description based on the Go documentation.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 3701748)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    2cb152c View commit details
    Browse the repository at this point in the history
  4. docs/reference: dockerd: use table for env-vars

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 32bc912)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    8a35f92 View commit details
    Browse the repository at this point in the history
  5. docs/reference: dockerd: update seccomp flag description

    Update the description for the changes made in;
    moby/moby@68e96f8
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit c209743)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    6bc4bf4 View commit details
    Browse the repository at this point in the history
  6. docs/reference: dockerd: remove default oom-score-adjust

    The daemon no longer adjusts its oom-score by default; see
    
    - moby/moby@2b8e68e
    - moby/moby@cf7a5be
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit c730a8e)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    aa85421 View commit details
    Browse the repository at this point in the history
  7. docs: update dockerd usage output for new proxy-options

    Adds documentation for the options that were added in
    moby/moby@427c7cc
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit c846428)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b6cd3c8 View commit details
    Browse the repository at this point in the history