diff options
author | Magnus Ahltorp <map@kth.se> | 2015-03-04 22:48:40 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2015-03-04 22:48:40 +0100 |
commit | a706e79fa722f681320fe1b05824352b6b9a63fc (patch) | |
tree | 41907841f09f19d93adfab91eb314bb0789851f9 /examples/docker-minimal-separate/README | |
parent | f800e5fae8f9579328477b3bc3e939d9f4369d32 (diff) | |
parent | e0f11a58033d52c70bc76b4b5611cb88485d4653 (diff) |
Merge branch 'extsign'
Diffstat (limited to 'examples/docker-minimal-separate/README')
-rw-r--r-- | examples/docker-minimal-separate/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/docker-minimal-separate/README b/examples/docker-minimal-separate/README new file mode 100644 index 0000000..afb5f64 --- /dev/null +++ b/examples/docker-minimal-separate/README @@ -0,0 +1,18 @@ +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 |