This commit is contained in:
parent
e56b6da79d
commit
c27751dd93
@ -2,14 +2,7 @@
|
|||||||
build:
|
build:
|
||||||
image: docker
|
image: docker
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_HOST=tcp://docker:2375
|
- DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
commands:
|
commands:
|
||||||
- sleep 5
|
|
||||||
- docker build -t localhost:5000/library:latest .
|
- docker build -t localhost:5000/library:latest .
|
||||||
- docker ps
|
- docker ps
|
||||||
|
|
||||||
services:
|
|
||||||
docker:
|
|
||||||
image: docker:18.09-dind
|
|
||||||
command: ["--storage-driver=vfs"]
|
|
||||||
privileged: true
|
|
||||||
|
Loading…
Reference in New Issue
Block a user