chore: set docker server entrypoint to dockerd to avoid TLS generation

As of the latest DIND images, TLS certificates are generated by default.
This change bypasses the TLS generation.

Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
This commit is contained in:
Andrew Rynhard 2019-08-07 20:58:11 +00:00
parent eea33a2254
commit 1df4690db3

View File

@ -7,7 +7,8 @@ node:
services:
- name: docker
image: docker:dind
image: docker:19.03-dind
entrypoint: [dockerd]
privileged: true
command:
- --dns=8.8.8.8