This commit is contained in:
parent
2116fbb15c
commit
729ed30450
@ -5,11 +5,11 @@
|
|||||||
- DOCKER_HOST=tcp://docker:2376
|
- DOCKER_HOST=tcp://docker:2376
|
||||||
commands:
|
commands:
|
||||||
- sleep 15
|
- sleep 15
|
||||||
- docker --tls=false 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:dind
|
||||||
command: ["--storage-driver=vfs", "--tls=false"]
|
command: ["--storage-driver=vfs"]
|
||||||
privileged: true
|
privileged: true
|
||||||
|
Loading…
Reference in New Issue
Block a user