Add docker socket linking to building container
This commit is contained in:
parent
1e1fb642a0
commit
1d5bf8b6ca
@ -9,6 +9,9 @@ platform:
|
||||
steps:
|
||||
- name: deployment
|
||||
image: alpine
|
||||
volumes:
|
||||
- name: host_docker_socket
|
||||
path: /var/run/docker.sock
|
||||
commands:
|
||||
- echo "Setting up internal docker cli"
|
||||
- apk update && apk add docker docker-compose
|
||||
@ -20,6 +23,11 @@ steps:
|
||||
branch:
|
||||
- ci-testing
|
||||
|
||||
volumes:
|
||||
- name: host_docker_socket
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
node:
|
||||
host: socrates
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user