Changing to using the Docker socket

This commit is contained in:
William Miceli
2019-07-31 11:42:10 -04:00
parent 821bbfb2ac
commit bc73a3e62e

View File

@@ -9,8 +9,10 @@ stages:
- Push Images
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_HOST: unix:///var/run/docker.sock
# DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
GIT_STRATEGY: clone
build-base:
stage: Build Base