summaryrefslogtreecommitdiff
path: root/packaging/docker/README
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-05-22 16:24:51 +0200
committerLinus Nordberg <linus@nordberg.se>2015-05-22 16:24:51 +0200
commitd9df4af0fcc91e1988a411892bba0b792ce62427 (patch)
treec0ce6c0fac4f932ca4a6e005da339d080432084a /packaging/docker/README
parent0fe29c04e47b6660cf816f615537a61028c4deb9 (diff)
Moving docker stuff to its own repo (catlfish-dockerfiles).
Diffstat (limited to 'packaging/docker/README')
-rw-r--r--packaging/docker/README31
1 files changed, 0 insertions, 31 deletions
diff --git a/packaging/docker/README b/packaging/docker/README
deleted file mode 100644
index 147fa41..0000000
--- a/packaging/docker/README
+++ /dev/null
@@ -1,31 +0,0 @@
-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
-
-
-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.
-
- $ 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.