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 /packaging/docker/README | |
parent | f800e5fae8f9579328477b3bc3e939d9f4369d32 (diff) | |
parent | e0f11a58033d52c70bc76b4b5611cb88485d4653 (diff) |
Merge branch 'extsign'
Diffstat (limited to 'packaging/docker/README')
-rw-r--r-- | packaging/docker/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packaging/docker/README b/packaging/docker/README new file mode 100644 index 0000000..24e7e1b --- /dev/null +++ b/packaging/docker/README @@ -0,0 +1,16 @@ +Requirements: +- lack of expectations regarding security -- docker doesn't verify + downloaded images +- a 64-bit debian or ubuntu system +- lxc-docker version 1.3 or later + +Build a docker image with catlfish: + + $ ./build.sh + +The resulting image can be run in interactive mode by: + + $ docker run -it --rm catlfish /bin/bash + +See catlfish/examples/docker-single-node/README for an example of how +to set up a single node catlfish instance. |