Skip to content

Instantly share code, notes, and snippets.

@leonlee
Created January 25, 2016 05:31
Show Gist options
  • Save leonlee/54c22158a8eaea323854 to your computer and use it in GitHub Desktop.
Save leonlee/54c22158a8eaea323854 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:8001 \
-e BAMBOO_ZK_HOST=192.168.1.212:2181 \
-e BAMBOO_ZK_PATH=/bb_proxy \
-e BIND=":8001" \
-e CONFIG_PATH="config/production.proxy.json" \
--name omega-bamboo-proxy \
testregistry.dataman.io/bamboo-0.2.14:omega.v0.4
#bamboo-centos:v0.1
#-v /vagrant/bamboo/config:/opt/go/src/github.com/QubitProducts/bamboo/config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment