From 563a958d99dcad8baf588b0137389b81203868af Mon Sep 17 00:00:00 2001 From: Andreas Streichardt Date: Fri, 29 Jul 2016 10:57:10 +0200 Subject: [PATCH] Some hints on how to deploy new images --- README_maintainers.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README_maintainers.md b/README_maintainers.md index a39828b35a..926345d6ff 100644 --- a/README_maintainers.md +++ b/README_maintainers.md @@ -758,6 +758,17 @@ Then click on `arangodb`. On the following screen click on the first port next to the IP Address of your cluster. +Deploying a locally changed version +----------------------------------- + +Create local docker images using the following repositories: + +https://github.com/arangodb/arangodb-docker +https://github.com/arangodb/arangodb-mesos-docker +https://github.com/arangodb/arangodb-mesos-framework + +Then adjust the docker images in the config and redeploy. + -------------------------------------------------------------------------------- Front-End (WebUI) =========