From 0e8d41272c7e5979d8a3f8676c94320f6c2ff691 Mon Sep 17 00:00:00 2001 From: "Kai Qiang Wu(Kennan)" Date: Thu, 14 Jan 2016 07:22:55 +0000 Subject: [PATCH] Remove wrong lxc support Docker master branch not support lxc, so it seems not proper to say that anymore. Signed-off-by: Kai Qiang Wu(Kennan) --- docs/introduction/understanding-docker.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/introduction/understanding-docker.md b/docs/introduction/understanding-docker.md index be9999df89..ec1eed6260 100644 --- a/docs/introduction/understanding-docker.md +++ b/docs/introduction/understanding-docker.md @@ -278,10 +278,9 @@ including: AUFS, btrfs, vfs, and DeviceMapper. ### Container format Docker combines these components into a wrapper we call a container format. The -default container format is called `libcontainer`. Docker also supports -traditional Linux containers using [LXC](https://linuxcontainers.org/). In the -future, Docker may support other container formats, for example, by integrating with -BSD Jails or Solaris Zones. +default container format is called `libcontainer`. In the future, Docker may +support other container formats, for example, by integrating with BSD Jails +or Solaris Zones. ## Next steps ### Installing Docker