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:
parent
eea33a2254
commit
1df4690db3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user