--- kind: pipeline type: docker name: docker-build steps: - name: docker build image: shnee:dind volumes: - name: dockersock path: /var/run commands: - sleep 5 # give docker enough time to start - make services: - name: docker image: docker:dind privileged: true volumes: - name: dockersock path: /var/run volumes: - name: dockersock temp: {}