Skip to content

Instantly share code, notes, and snippets.

@leonlee
Created January 25, 2016 05:31
Show Gist options
  • Save leonlee/3881502621abb560c3db to your computer and use it in GitHub Desktop.
Save leonlee/3881502621abb560c3db to your computer and use it in GitHub Desktop.
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