summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 18 insertions, 2 deletions
diff --git a/README.md b/README.md
index c5e1c79..638a8cb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,20 @@
-docker-gentoo-distccd
-=====================
+# dockerfile-gentoo-distccd
Dockerfile for distccd server on gentoo
+
+## Setup
+
+ docker run -d -P --name distccd matsuu/gentoo-distccd
+ docker port distccd 3632
+ 0.0.0.0:49153
+
+## Howto
+
+ export DISTCC_HOSTS="server:49153,lzo,cpp"
+ pump make CC=distcc -j4
+
+## References
+
+- [distcc: a fast, free distributed C/C++ compiler](https://code.google.com/p/distcc/)
+- [Gentoo Linux](https://www.gentoo.org/)
+- [Distcc - Gentoo Wiki](http://wiki.gentoo.org/wiki/Distcc)