Commit 28d11802 authored by Azhar Hassan's avatar Azhar Hassan

host docker 2

parent 566323f3
Pipeline #4214 failed with stage
in 47 seconds
variables:
DOCKER_HOST: tcp://docker:2375/
services: services:
- docker:19-dind - docker:19-dind
...@@ -8,4 +6,4 @@ docker_build: ...@@ -8,4 +6,4 @@ docker_build:
stage: build stage: build
image: docker:latest image: docker:latest
script: script:
- docker build -t ahassan613/testing:latest . - export DOCKER_HOST=tcp://127.0.0.1:2375 && docker build -t ahassan613/testing:latest .
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment