test mounting socket
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
David 2022-04-03 13:58:28 -04:00
parent e56b6da79d
commit c27751dd93

View File

@ -2,14 +2,7 @@
build:
image: docker
environment:
- DOCKER_HOST=tcp://docker:2375
- DOCKER_HOST=unix:///var/run/docker.sock
commands:
- sleep 5
- docker build -t localhost:5000/library:latest .
- docker ps
services:
docker:
image: docker:18.09-dind
command: ["--storage-driver=vfs"]
privileged: true