Fix docker volume

This commit is contained in:
Mark Pundsack 2016-06-08 11:10:06 -07:00
parent db656a3987
commit e97af053eb
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ In order to do that, follow the steps:
image = "docker:latest"
privileged = false
disable_cache = false
volumes = ["/usr/local/bin/docker:/usr/bin/docker", "/cache"]
volumes = ["/var/run/docker.sock", "/cache"]
[runners.cache]
Insecure = false
```