Merge pull request #19322 from HackToday/fixlxc

Remove wrong lxc support
This commit is contained in:
Sebastiaan van Stijn 2016-01-13 23:45:43 -08:00
commit d62466bd33

View file

@ -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