Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 639 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 639 Bytes

docker-icecream

Docker images and instructions to run container as ICECC x86_64 build nodes on platforms.

What is Icecream(icecc)?

Ice Cream - Distributed compiler system

Instructions to run icecc containters

  • macOS with Docker for Mac
$ docker run -itd -p 10245:10245/tcp -p 8765:8765/tcp -p 8766:8766/tcp -p 8765:8765/udp <docker_repo_name/img_id>
  • GNU Linux
$ docker run -itd --net=host -p 10245:10245/tcp -p 8765:8765/tcp -p 8766:8766/tcp -p 8765:8765/udp <docker_repo_name/img_id>

Autorestart running container

$ docker update --restart=always