mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update lxc requirement to 1.0
Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
parent
e5202de918
commit
94f01184be
2 changed files with 2 additions and 5 deletions
|
@ -41,6 +41,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
||||||
libapparmor-dev \
|
libapparmor-dev \
|
||||||
libcap-dev \
|
libcap-dev \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
|
lxc=1.0* \
|
||||||
mercurial \
|
mercurial \
|
||||||
pandoc \
|
pandoc \
|
||||||
reprepro \
|
reprepro \
|
||||||
|
@ -49,10 +50,6 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
||||||
s3cmd=1.1.0* \
|
s3cmd=1.1.0* \
|
||||||
--no-install-recommends
|
--no-install-recommends
|
||||||
|
|
||||||
# Get and compile LXC 0.8 (since it is the most stable)
|
|
||||||
RUN git clone --no-checkout https://github.com/lxc/lxc.git /usr/local/lxc && cd /usr/local/lxc && git checkout -q lxc-0.8.0
|
|
||||||
RUN cd /usr/local/lxc && ./autogen.sh && ./configure --disable-docs && make && make install
|
|
||||||
|
|
||||||
# Get lvm2 source for compiling statically
|
# Get lvm2 source for compiling statically
|
||||||
RUN git clone --no-checkout https://git.fedorahosted.org/git/lvm2.git /usr/local/lvm2 && cd /usr/local/lvm2 && git checkout -q v2_02_103
|
RUN git clone --no-checkout https://git.fedorahosted.org/git/lvm2.git /usr/local/lvm2 && cd /usr/local/lvm2 && git checkout -q v2_02_103
|
||||||
# see https://git.fedorahosted.org/cgit/lvm2.git/refs/tags for release tags
|
# see https://git.fedorahosted.org/cgit/lvm2.git/refs/tags for release tags
|
||||||
|
|
|
@ -297,7 +297,7 @@ 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
|
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:
|
by having support for them in the kernel or userspace. A few examples include:
|
||||||
|
|
||||||
* LXC execution driver (requires version 0.8 or later of the LXC utility scripts)
|
* LXC execution driver (requires version 1.0 or later of the LXC utility scripts)
|
||||||
* AUFS graph driver (requires AUFS patches/support enabled in the kernel, and at
|
* AUFS graph driver (requires AUFS patches/support enabled in the kernel, and at
|
||||||
least the "auplink" utility from aufs-tools)
|
least the "auplink" utility from aufs-tools)
|
||||||
* experimental BTRFS graph driver (requires BTRFS support enabled in the kernel)
|
* experimental BTRFS graph driver (requires BTRFS support enabled in the kernel)
|
||||||
|
|
Loading…
Add table
Reference in a new issue