DockerCLI/docs/reference
Murukesh Mohanan 7227c0145d
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>
2022-06-20 18:50:59 +09:00
..
commandline Merge pull request #3614 from thaJeztah/signal_options 2022-05-17 14:31:26 +02:00
builder.md docs: fix misleading example of setting an env variable for a single command 2022-06-20 18:50:59 +09:00
glossary.md Update most links in docs to use https by default 2021-10-15 15:04:36 +08:00
index.md Removing titles from md files 2017-10-13 15:24:06 -07:00
run.md Merge pull request #3419 from iainelder/patch-1 2022-04-02 00:13:50 +02:00