This commit is contained in:
parent
624c780897
commit
b4068cf438
1 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@ pipeline:
|
|||
docker-master:
|
||||
group: docker
|
||||
image: docker:stable
|
||||
environment:
|
||||
- DOCKER_HOST=tcp://docker:2375
|
||||
# environment:
|
||||
# - DOCKER_HOST=tcp://docker:2375
|
||||
commands:
|
||||
- docker --tls=false ps
|
||||
- docker ps
|
||||
when:
|
||||
event:
|
||||
- push
|
||||
|
@ -14,4 +14,4 @@ pipeline:
|
|||
services:
|
||||
docker:
|
||||
image: docker:dind
|
||||
commands: [ "--storage-driver=vfs", "--tls=false" ]
|
||||
# commands: [ "--storage-driver=vfs", "--tls=false" ]
|
||||
|
|
Loading…
Reference in a new issue