Commit f5af8b81 authored by lipengcheng 's avatar lipengcheng

xx

parent 9a691399
......@@ -3,6 +3,7 @@
variables:
DOCKER_HOST: tcp://localhost:2375
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ''
stages:
- stage-install
......@@ -52,7 +53,7 @@ job-build-image:
- whoami
- docker -v
- systemctl status docker
- export DOCKER_HOST="tcp://localhost:2375"
# - export DOCKER_HOST="tcp://localhost:2375"
- docker build -t mouldvuecli3 .
- docker login -u $DockerUser -p $DockerPwd
- docker build -t $ImageName .
......
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