Remove LXC support.
The LXC driver was deprecated in Docker 1.8. Following the deprecation rules, we can remove a deprecated feature after two major releases. LXC won't be supported anymore starting on Docker 1.10. Signed-off-by: David Calavera <david.calavera@gmail.com> Upstream-commit: 3b5fac462d21ca164b3778647420016315289034 Component: engine
This commit is contained in:
@ -298,7 +298,6 @@ the client will even run on alternative platforms such as Mac OS X / Darwin.
|
||||
Some of Docker's features are activated by using optional command-line flags or
|
||||
by having support for them in the kernel or userspace. A few examples include:
|
||||
|
||||
* LXC execution driver (requires version 1.0.7 or later of lxc and the lxc-libs)
|
||||
* AUFS graph driver (requires AUFS patches/support enabled in the kernel, and at
|
||||
least the "auplink" utility from aufs-tools)
|
||||
* BTRFS graph driver (requires BTRFS support enabled in the kernel)
|
||||
|
||||
Reference in New Issue
Block a user