summaryrefslogtreecommitdiff
path: root/packaging/docker
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-03-26 14:45:38 +0100
committerLinus Nordberg <linus@nordberg.se>2015-03-26 14:45:38 +0100
commitf38b28bfe90ac9c35c8b2edcf296720e189f7083 (patch)
treedcd1705553bdd517e67a53ffcd2994b0aa12623e /packaging/docker
parentd0a85087278f46b60ea3ada2e9d39bb4e82fad85 (diff)
Update docker docu a bit.
Diffstat (limited to 'packaging/docker')
-rw-r--r--packaging/docker/README8
1 files changed, 5 insertions, 3 deletions
diff --git a/packaging/docker/README b/packaging/docker/README
index 24e7e1b..0a75c10 100644
--- a/packaging/docker/README
+++ b/packaging/docker/README
@@ -1,14 +1,16 @@
Requirements:
- lack of expectations regarding security -- docker doesn't verify
downloaded images
-- a 64-bit debian or ubuntu system
+- a 64-bit Linux system
- lxc-docker version 1.3 or later
-Build a docker image with catlfish:
+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
-The resulting image can be run in interactive mode by:
+Run the resulting image in interactive mode.
$ docker run -it --rm catlfish /bin/bash