Mount docker stuff into container

This commit is contained in:
Luke Murphy
2020-03-25 11:48:37 +01:00
parent 5811bb3ffb
commit f6f621a571

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"