Skip to content

Commit bb73713

Browse files
committed
Bump docker to 1.9.0
1 parent abb4c05 commit bb73713

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ MAINTAINER MagicVision Team
44

55
ENV NVM_VERSION v0.29.0
66
ENV NODEJS_VERSION v5.0.0
7+
ENV DOCKER_VERSION 1.9.0
78

89
RUN apt-get update -y
910

@@ -32,7 +33,6 @@ RUN update-ca-certificates
3233
# Install docker-cli
3334
# See https://github.com/docker-library/docker/blob/bb15fc25bbd4f51a880cf02f91eab447b1083b75/1.8/Dockerfile
3435
ENV DOCKER_BUCKET get.docker.com
35-
ENV DOCKER_VERSION 1.8.2
3636
ENV DOCKER_SHA256 97a3f5924b0b831a310efa8bf0a4c91956cd6387c4a8667d27e2b2dd3da67e4d
3737
RUN curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-$DOCKER_VERSION" -o /usr/local/bin/docker && \
3838
echo "${DOCKER_SHA256} /usr/local/bin/docker" | sha256sum -c - && \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Features
1010

11-
- Docker support with [docker:dind][]
11+
- Docker 1.9.0 support with [docker:dind][]
1212
- nvm 0.29.0
1313
- node.js 5.0.0 with npm 3.3.6
1414
- Ruby 1.9.1 with gem 1.8.23
@@ -27,7 +27,7 @@
2727
## Getting Started
2828

2929
```bash
30-
docker run --privileged --name docker-host -d docker:1.8-dind
30+
docker run --privileged --name docker-host -d docker:1.9-dind
3131
docker run -it --link docker-host:docker magicvision/nodejs-dev /bin/bash
3232
```
3333

0 commit comments

Comments
 (0)