humpback cluster mode scheduling center image, the latest tag is 1.3.2
768

$ docker run -d -ti --net=host --restart=always
--name=humpback-center
-e HUMPBACK_SITEAPI=http://192.168.2.80/api \
-e CENTER_LISTEN_PORT=:8589
-e CENTER_API_ENABLECORS=true
-e DOCKER_CLUSTER_URIS=etcd://192.168.2.80:2379,192.168.2.81:2379,192.168.2.82:2379 \
-e DOCKER_CLUSTER_NAME=humpback/center
-v /opt/app/humpback-center/cache:/opt/humpback-center/cache
-v /opt/app/humpback-center/logs:/opt/humpback-center/logs
-v /opt/app/humpback-center/data:/opt/humpback-center/data
-v /opt/app/humpback-center/etc/config.yaml:/opt/humpback-center/etc/config.yaml
humpbacks/humpback-center:latest
HUMPBACK_SITEAPI=http://192.168.2.80/api
humpback-web site api route address.
CENTER_LISTEN_PORT=:8589
center bind port, default is 8589.
CENTER_API_ENABLECORS=true
Open API access cross-domain functionality.
DOCKER_CLUSTER_URIS=etcd://192.168.2.80:2379,192.168.2.81:2379,192.168.2.82:2379
is the previously configured ETCD cluster address information, if it is zookeeper, consul or other found tools, please change the prefix to zk:// or consul://.
DOCKER_CLUSTER_NAME=humpback/center
Cluster name, It is consistent with the Humpback Center configuration.
Apache-2.0
Content type
Image
Digest
Size
11.3 MB
Last updated
about 8 years ago
docker pull humpbacks/humpback-center