This repository was archived by the owner on Dec 13, 2018. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- python-dockercloud == 1.0.4
1+ PyYAML == 3.11
2+ cached-property == 1.2.0
3+ docker-py == 1.7.0
4+ dockerpty == 0.4.1
5+ docopt == 0.6.1
6+ enum34 == 1.0.4
7+ jsonschema == 2.5.1
8+ texttable == 0.8.4
9+ future == 0.15.0
10+ requests == 2.7.0
11+ six == 1.9.0
12+ websocket-client == 0.37.0
213docker-compose == 1.6.0
14+ python-dockercloud == 1.0.4
315gevent == 1.1.1
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ cleanup
4343echo
4444
4545echo " => Building haproxy image"
46- docker tag this haproxy || docker build -t haproxy .
46+ docker build -t haproxy .
4747echo
4848
4949echo " => Creating certificates"
5555
5656echo " => Docker Host Ip address"
5757DOCKER_HOST_IP=${DOCKER_HOST_IP:- $1 }
58- if docker-machine ip $1 ; then
58+ if docker-machine ip $1 > /dev/null 2>&1 ; then
5959 DOCKER_HOST_IP=` docker-machine ip $1 `
6060fi
6161DOCKER_HOST_IP=${DOCKER_HOST_IP:- " 127.0.0.1" }
You can’t perform that action at this time.
0 commit comments