[sonic-slave]: upgrade docker engine in sonic-slave to 1.13.0 (#272)

This commit is contained in:
lguohan 2017-02-06 21:11:18 -08:00 committed by GitHub
parent 12fa107645
commit 8b5d05eeef

View File

@ -89,8 +89,9 @@ RUN pip install j2cli
RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /usr/share/depot_tools RUN git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git /usr/share/depot_tools
ENV PATH /usr/share/depot_tools:$PATH ENV PATH /usr/share/depot_tools:$PATH
# Install docker engine 1.11.2 inside docker # Install docker engine 1.13.0 inside docker and enable experimental feature
RUN curl -sSL https://get.docker.com/ | sh && apt-get install -y --force-yes -q docker-engine=1.11.2-0~jessie RUN curl -sSL https://get.docker.com/ | sh && apt-get install -y --force-yes -q docker-engine=1.13.0-0~debian-jessie
RUN echo "DOCKER_OPTS=\"--experimental\"" >> /etc/default/docker
# Add user # Add user
ARG user ARG user