base2 reference containers
docker run -dit --name rethinkdb -v "$PWD:/data" -p 8080:8080 -p 28015:28015 base2/rethinkdb
RABBITMQ_HOSTS : space delimited list of IP or hostnamesCLUSTER : true or falseRABBITMQ_ERLANG_COOKIE : any string, all nodes must have the same valueRABBITMQ_USE_LONGNAME : true if used in aws with route53 hostnames. NOTE: the hostname must be set in the container to match the dns record or clustering wont work.See [rabbit static cluster](#rabbit static cluster) in [Docker compose](#Docker compose) to create a cluster locally
ZOO_DATA_DIR : /data override the default data pathZOO_DATA_LOG_DIR : /log override the default log pathClustering variables
ZOO_SERVERS : list of ip address'sZOO_NIC : eth1 used to figure out it's own IP and Zookeeper MyIdREGION : Ref: 'AWS::Region'
ENVIRONMENT_NAME : Ref: 'EnvironmentName'
ES_JAVA_OPTS : '-Xms16g -Xmx16g' Memory limits for ES
Create cluster
docker-compose -f rabbit-static-cluster-compose.yml build
docker-compose -f rabbit-static-cluster-compose.yml up -d
Destroy cluster
docker-compose -f rabbit-static-cluster-compose.yml down
Content type
Image
Digest
Size
6.7 MB
Last updated
over 7 years ago
docker pull base2/https-redirect