Mount the docker socket
This commit is contained in:
parent
599ba042b8
commit
04eb65aef3
@ -7,3 +7,5 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- cd .woodpecker/docker
|
- cd .woodpecker/docker
|
||||||
- docker build -f go.dockerfile -t test-image .
|
- docker build -f go.dockerfile -t test-image .
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user