This commit is contained in:
parent
2116fbb15c
commit
729ed30450
@ -5,11 +5,11 @@
|
||||
- DOCKER_HOST=tcp://docker:2376
|
||||
commands:
|
||||
- sleep 15
|
||||
- docker --tls=false build -t localhost:5000/library:latest .
|
||||
- docker build -t localhost:5000/library:latest .
|
||||
- docker push localhost:5000/library:latest
|
||||
|
||||
services:
|
||||
docker:
|
||||
image: docker:dind
|
||||
command: ["--storage-driver=vfs", "--tls=false"]
|
||||
command: ["--storage-driver=vfs"]
|
||||
privileged: true
|
||||
|
Loading…
Reference in New Issue
Block a user