Merge pull request #2464 from rn/dock-up

Update DinD from 17.06.1-ce to 17.07.0-ce
This commit is contained in:
Riyaz Faizullabhoy
2017-08-31 09:43:53 -07:00
committed by GitHub
9 changed files with 10 additions and 10 deletions

View File

@@ -24,10 +24,10 @@ the [examples/](../examples/) directory.
An initial blueprint for the open source components of Docker for Mac is available in [docker-for-mac](docker-for-mac). The blueprint has support for controlling `dockerd` from the host via `vsudd` and port forwarding with VPNKit. It requires HyperKit, VPNKit and a Docker client on the host to run. The easiest way to install these at the moment is to install a recent version of Docker for Mac.
To build it with Docker 17.06:
To build it with the latest Docker CE:
```
$ moby build -name docker-for-mac base.yml docker-17.06-ce.yml
$ moby build -name docker-for-mac base.yml docker-ce.yml
```
To run the VM with a 500M disk:

View File

@@ -3,7 +3,7 @@ services:
# Bind mounts /var/run to allow vsudd to connect to docker.sock, /var/vpnkit
# for vpnkit coordination and /var/config/docker for the configuration file.
- name: docker-dfm
image: docker:17.06.1-ce-dind
image: docker:17.07.0-ce-dind
capabilities:
- all
net: host