diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..800e038 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Download + + git clone https://git.nordu.net/plop.git + git clone https://git.nordu.net/catlfish.git + +## Docker + +To run catlfish in an LXC container on Debian or Ubuntu, you need +lxc-docker 1.4.1 or newer: + + sudo cat > /etc/apt/sources.list.d/docker.list <<EOF + deb https://get.docker.com/ubuntu docker main + EOF + sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 + sudo apt-get update + sudo apt-get install lxc-docker + +Build a catlfish development docker image based on Debian jessie: + + git clone https://git.nordu.net/catlfish-dockerfiles.git + cd catlfish-dockerfiles + make catlfish-dev + +There is currently no good description of how to configure a +docker-based system. The best way forward is probably to look at +[the Makefile](https://git.nordu.net/?p=catlfish.git;a=blob_plain;f=Makefile;hb=HEAD) +and +[doc/minimalsystem.txt](https://git.nordu.net/?p=catlfish.git;a=blob_plain;f=doc/minimalsystem.txt;hb=HEAD). + +## Bare + +See [catlfish/doc/minimalsystem.txt](https://git.nordu.net/?p=catlfish.git;a=blob_plain;f=doc/minimalsystem.txt;hb=HEAD). + |
