summaryrefslogtreecommitdiff
path: root/packaging/docker/README
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-02-24 19:26:21 +0100
committerLinus Nordberg <linus@nordberg.se>2015-02-24 22:31:42 +0100
commit307071e1b0d536abbec277764b427d145d4f42b7 (patch)
treea23013c9ce6c21af2752118d46d0200c230a38bd /packaging/docker/README
parent81a35a696d813ac5803afe602e549b56a9dfd9c4 (diff)
Add packaging and examples.
Diffstat (limited to 'packaging/docker/README')
-rw-r--r--packaging/docker/README16
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.