diff options
author | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
---|---|---|
committer | Josef Gustafsson <josef.gson@gmail.com> | 2015-09-04 12:18:19 +0200 |
commit | d1a2f978fb626c904fb1278c792d992ec4563acf (patch) | |
tree | e0ae1a38f9d4fc4c14b433222bff70e64bb1ac83 /examples/docker-minimal-separate/README | |
parent | 4596485adffb636c014362bc982ee0b952c77f26 (diff) |
stripping away everything except what is necessary for nagiosnagios
Diffstat (limited to 'examples/docker-minimal-separate/README')
-rw-r--r-- | examples/docker-minimal-separate/README | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/docker-minimal-separate/README b/examples/docker-minimal-separate/README deleted file mode 100644 index afb5f64..0000000 --- a/examples/docker-minimal-separate/README +++ /dev/null @@ -1,18 +0,0 @@ -Given a docker image 'catlfish' as defined in -catlfish/packaging/docker, here is an example of a minimal catlfish -instance using three docker containers to run a single frontend node, -a single storage node and a third system for merge. - -First, edit frontend/catlfish.config and replace MY-PUBLIC-ADDRESS -with an IP address or DNS name for the interface on the host system -that is most likely to play well with docker. (This part of the -instructions can most certainly be improved by someone with some -docker skills!) - -Then, run - - $ docker build -t my-single-node-catlfish docker - -How to run the single node catlfish image: - - $ docker run my-single-node-catlfish |