Mount docker stuff into container

This commit is contained in:
Luke Murphy 2020-03-25 11:48:37 +01:00
parent 5811bb3ffb
commit f6f621a571
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 0 deletions

View File

@ -32,3 +32,4 @@
DRONE_RPC_SECRET: "{{ rpc_secret }}"
DRONE_RUNNER_CAPACITY: "2"
DRONE_RUNNER_NAME: "drone-docker-runner"
DRONE_RUNNER_VOLUMES: "/var/run/docker.sock:/var/run/docker.sock"