Created
January 25, 2016 05:31
-
-
Save leonlee/3881502621abb560c3db to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run -d --net=host \ | |
-e MARATHON_ENDPOINT=http://192.168.1.212:8080 \ | |
-e BAMBOO_ENDPOINT=http://192.168.1.212:8000 \ | |
-e BAMBOO_ZK_HOST=192.168.1.212:2181 \ | |
-e BAMBOO_ZK_PATH=/bb_gateway \ | |
-e BIND=":8000" \ | |
-e CONFIG_PATH="config/production.gateway.json" \ | |
--name omega-bamboo-gateway \ | |
testregistry.dataman.io/bamboo-0.2.14:omega.v0.4 | |
#-v /vagrant/bamboo/config:/opt/go/src/github.com/QubitProducts/bamboo/config | |
#bamboo-centos:v0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment