Dockerized distccd for easy distribution.
# If you want to allow connections from 192.168.0.0/20 ...
docker run -d --restart=always -p3632:3632 devsisters/distccd:ubuntu-16.04 192.168.0.0/20
ubuntu-18.04
ubuntu-18.10
ubuntu-16.04
ubuntu-14.04
debian-9
debian-8
debian-7
# Build docker images
make -j
# Push built images
docker login
make push
docker-distccd is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). See COPYRIGHT for details.