This commit is contained in:
parent
e56b6da79d
commit
c27751dd93
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user