Skip to content

maxkratz/docker-distcc

 
 

Repository files navigation

docker-distcc

Build Docker images

distcc image based on: debian 13 (trixie), distcc

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.

About

distcc image based on debian 13 (trixie)

Topics

Resources

Stars

Watchers

Forks

Languages

  • Shell 58.7%
  • Dockerfile 33.8%
  • Makefile 7.5%