examples: Update all DinD uses to 18.06.0-ce

Signed-off-by: Rolf Neugebauer <rn@rneugeba.io>
This commit is contained in:
Rolf Neugebauer 2018-08-12 10:42:03 +01:00
parent 086aa356e7
commit 971c7fb251
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ services:
image: linuxkit/openntpd:v0.6 image: linuxkit/openntpd:v0.6
- name: docker - name: docker
image: docker:17.10.0-ce-dind image: docker:18.06.0-ce-dind
capabilities: capabilities:
- all - all
net: host net: host

View File

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