This commit is contained in:
Thomas Sileo 2019-04-12 09:40:43 +02:00
parent ec0ffd2124
commit e9557a5ff3

View file

@ -19,7 +19,7 @@ steps:
- name: build - name: build
image: docker:dind image: docker:dind
environment: environment:
DOCKER_HOST=tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
commands: commands:
- sleep 5 - sleep 5
- docker ps - docker ps
@ -32,7 +32,7 @@ steps:
image: docker:dind image: docker:dind
detach: true detach: true
environment: environment:
DOCKER_HOST=tcp://docker:2375 DOCKER_HOST: tcp://docker:2375
commands: commands:
- docker run -p 8000:8000 hello-world - docker run -p 8000:8000 hello-world