This commit is contained in:
parent
ab6de21418
commit
7b7e8d0058
@ -2,14 +2,14 @@
|
|||||||
build:
|
build:
|
||||||
image: docker
|
image: docker
|
||||||
environment:
|
environment:
|
||||||
- DOCKER_HOST=tcp://docker:2376
|
- DOCKER_HOST=tcp://docker:2375
|
||||||
commands:
|
commands:
|
||||||
- sleep 15
|
- sleep 15
|
||||||
- docker --tls build -t localhost:5000/library:latest .
|
- docker build -t localhost:5000/library:latest .
|
||||||
- docker push localhost:5000/library:latest
|
- docker push localhost:5000/library:latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
docker:
|
docker:
|
||||||
image: docker:dind
|
image: docker:18.09-dind
|
||||||
command: ["--storage-driver=vfs"]
|
command: ["--storage-driver=vfs"]
|
||||||
privileged: true
|
privileged: true
|
||||||
|
Loading…
Reference in New Issue
Block a user