1cc08f7023fca96f8756cda5944782fd63f8beb4
Running on kernel versions older than 3.10 has not been supported for a while (as it's known to be unstable). With the containerd integration, this has become more apparent, because kernels < 3.4 don't support PR_SET_CHILD_SUBREAPER, which is required for containerd-shim to run. Change the previous "warning" to a "fatal" error, so that we refuse to start. There's still an escape-hatch for users by setting "DOCKER_NOWARN_KERNEL_VERSION=1" so that they can run "at their own risk". Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 51b23d88422918c24291f5876df35f91b23a446a Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%