docker service?
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
7f0b625bde
commit
b9921ea553
1 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,14 @@ steps:
|
||||||
- sleep 5
|
- sleep 5
|
||||||
- docker build .
|
- docker build .
|
||||||
|
|
||||||
|
services:
|
||||||
|
- name: docker
|
||||||
|
image: docker:dind
|
||||||
|
privileged: true
|
||||||
|
volumes:
|
||||||
|
- name: dockersock
|
||||||
|
path: /var/run
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
Loading…
Reference in a new issue