summaryrefslogtreecommitdiff
path: root/packaging/docker/README
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-03-27 13:28:33 +0100
committerLinus Nordberg <linus@nordberg.se>2015-04-01 13:14:07 +0200
commitb280c136a4279d9b3c46936f4737c47d83dae2fd (patch)
tree7c772e377698d1bcb6fca5588e934c0bb04e0d70 /packaging/docker/README
parent8c5b1dbba571456e3b68bcf25e4ca9db9b7b669b (diff)
Docker packaging.
Diffstat (limited to 'packaging/docker/README')
-rw-r--r--packaging/docker/README23
1 files changed, 18 insertions, 5 deletions
diff --git a/packaging/docker/README b/packaging/docker/README
index 0a75c10..147fa41 100644
--- a/packaging/docker/README
+++ b/packaging/docker/README
@@ -1,14 +1,27 @@
-Requirements:
+Information about creating a docker image for running catlfish from a
+binary release or with catlfish built from source.
+
+
+Requirements
+------------
+
- lack of expectations regarding security -- docker doesn't verify
downloaded images
- a 64-bit Linux system
- lxc-docker version 1.3 or later
-Build a docker image with catlfish. Note that you will have to cd into
-this directory, catlfish/packaging/docker, in order for docker to find
-the appropriate docker files.
- $ ./build.sh
+Building an image
+-----------------
+
+Run build-from-release.sh or build-from-source.sh to build a docker
+image with catlfish. Note that you will have to cd into this
+directory, catlfish/packaging/docker, in order for docker to find the
+appropriate docker files.
+
+
+Running it
+----------
Run the resulting image in interactive mode.