mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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) <wkqwu@cn.ibm.com>
This commit is contained in:
parent
742a7d53f2
commit
0e8d41272c
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue