Skip to content

Docker images and instruction to run container as ICECC x86_64 build nodes.

Notifications You must be signed in to change notification settings

astleychen/docker-icecream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Docker images and instruction to run container as ICECC x86_64 build nodes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published