Skip to content

distcc image based on: debian 10 (buster), distcc 3.3

Notifications You must be signed in to change notification settings

maxkratz/docker-distcc

 
 

Repository files navigation

docker-distcc

Build Docker images

distcc image based on: debian 11 (bullseye), distcc 3.3

Prebuild images can be found at Dockerhub.

Usage

  • Run with docker-run
docker run -d --name distcc-server -e NETWORK=10.0.0.1/16 -p 3632:3632 --user distccd maxkratz/distcc:latest
  • Or run with docker-compose
git clone https://github.com/maxkratz/docker-distcc.git && cd docker-distcc
docker-compose up -d
  • distcc log
docker logs -f distccd

Dockerfile

The Dockerfile can be found at: https://github.com/maxkratz/docker-distcc/blob/main/Dockerfile

Issues & Contribution

If you find any problems, bugs or missing packages, feel free to open an issue on github.

Releases

No releases published

Packages

No packages published

Languages

  • Shell 58.5%
  • Dockerfile 34.0%
  • Makefile 7.5%