Skip to content

maxkratz/docker-distcc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

0 watching

Forks

Contributors

Languages

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