woodpecker-lxc-test/.woodpecker/.docker-dind.yml
Maximilian Kratz f9de5c36be
All checks were successful
ci/woodpecker/push/docker-dind Pipeline was successful
ci/woodpecker/push/docker-host Pipeline was successful
ci/woodpecker/push/lxc Pipeline was successful
Adds a DIND CI config
Updates DIND to use a service container


Try again


Use a temporary Docker socket mount point on the host


Typo


/var/run instead


Try higher time out value
2023-02-06 09:14:54 +01:00

18 lines
350 B
YAML

platform: linux/amd64
pipeline:
job-docker-dind:
image: docker:dind
commands:
- sleep 10 # give docker enough time to start
- docker run --rm hello-world
volumes:
- /tmp/docker-dind/socket:/var/run
services:
docker:
image: docker:dind
privileged: true
volumes:
- /tmp/docker-dind/socket:/var/run