summaryrefslogtreecommitdiff
path: root/packaging/docker/README
blob: 24e7e1ba1dcdbaf071abb5d4c808d72917909a33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Requirements:
- lack of expectations regarding security -- docker doesn't verify
  downloaded images
- a 64-bit debian or ubuntu system
- lxc-docker version 1.3 or later

Build a docker image with catlfish:

    $ ./build.sh

The resulting image can be run in interactive mode by:

    $ 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.