Skip to content

Commit 4a863df

Browse files
committed
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>
1 parent b799ab9 commit 4a863df

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/reference/commandline/dockerd.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ For easy reference, the following list of environment variables are supported
130130
by the `dockerd` command line:
131131

132132
* `DOCKER_DRIVER` The graph driver to use.
133-
* `DOCKER_NOWARN_KERNEL_VERSION` Prevent warnings that your Linux kernel is
134-
unsuitable for Docker.
135133
* `DOCKER_RAMDISK` If set this will disable 'pivot_root'.
136134
* `DOCKER_TMPDIR` Location for temporary Docker files.
137135
* `MOBY_DISABLE_PIGZ` Do not use [`unpigz`](https://linux.die.net/man/1/pigz) to

0 commit comments

Comments
 (0)