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