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

[20.10 backport] assorted docs fixes #3918

Merged
merged 6 commits into from Dec 15, 2022

Commits on Dec 15, 2022

  1. docs: reference: version: improve description

    Move the "default output" section into the description, and
    describe the section that can be found in the output.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 99bb525)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 15, 2022
    Copy the full SHA
    0b421dc View commit details
    Browse the repository at this point in the history
  2. docs: fix misleading example of setting an env variable for a single …

    …command
    
    The `DEBIAN_FRONTEND` environment variable is used to control the interface by which debconf questions are presented to the user (see [`man 7 debconf`][1]). In `DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y`, the `DEBIAN_FRONTEND` environment variable is only set for the `apt-get update` command which does not ask debconf questions, and will not affect the `apt-get install` command where these questions are actually asked. It should be the other way around.
    
      [1]: https://manpages.debian.org/debconf.7.html
    
    Signed-off-by: Murukesh Mohanan <murukesh.mohanan@gmail.com>
    (cherry picked from commit 7227c01)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    muru authored and thaJeztah committed Dec 15, 2022
    Copy the full SHA
    0c8ce43 View commit details
    Browse the repository at this point in the history
  3. docs: use correct separator in --security-opt

    > Security options with `:` as a separator are deprecated and will be completely unsupported in 17.04, use `=` instead.
    
    Signed-off-by: Felix Geyer <debfx@fobos.de>
    (cherry picked from commit 4648c00)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    debfx authored and thaJeztah committed Dec 15, 2022
    Copy the full SHA
    42eca75 View commit details
    Browse the repository at this point in the history
  4. docs: docker inspect: reformat with prettier

    Signed-off-by: David Karlsson <david.karlsson@docker.com>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit 802c53f)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    dvdksn authored and thaJeztah committed Dec 15, 2022
    Copy the full SHA
    226a2fd View commit details
    Browse the repository at this point in the history
  5. docs: docker inspect --size

    Signed-off-by: David Karlsson <david.karlsson@docker.com>
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    (cherry picked from commit e064f89)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 15, 2022
    Copy the full SHA
    058f7df View commit details
    Browse the repository at this point in the history
  6. Remove deprecated note

    With dual logging enabled by default, `docker logs` works regardless of the logging driver used
    
    Signed-off-by: Mathieu Rollet <matletix@gmail.com>
    (cherry picked from commit 1158788)
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    matletix authored and thaJeztah committed Dec 15, 2022
    Copy the full SHA
    ce10682 View commit details
    Browse the repository at this point in the history