summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
Diffstat (limited to 'packaging')
-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