Skip to content

Commit

Permalink
chore: set docker server entrypoint to dockerd to avoid TLS generation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Rynhard <[email protected]>
  • Loading branch information
andrewrynhard committed Aug 7, 2019
1 parent 25d013c commit 19dd2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: default

services:
- name: docker
image: docker:dind
image: docker:19.03-dind
entrypoint: [dockerd]
privileged: true
volumes:
- name: dockersock
Expand Down

0 comments on commit 19dd2b8

Please sign in to comment.