From f38b28bfe90ac9c35c8b2edcf296720e189f7083 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 26 Mar 2015 14:45:38 +0100 Subject: Update docker docu a bit. --- packaging/docker/README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'packaging') 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 -- cgit v1.1