Sign inSign up

agsphoenix/sheepit-docker

By agsphoenix

•Updated about 5 years ago

A lightweight client for the SheepIt! render farm

Image
3

10K+

agsphoenix/sheepit-docker repository overview

⁠A simple dockerized SheepIt render farm client

After being appalled by @dapor2000's monstrous 1.2 GB SheepIt client⁠ image, I took it upon myself to build a somewhat more lightweight client, and after a few hours, came up with this Debian-based image that is a fifth the size, acts as a drop-in replacement, and auto-updates the client on container startup.

There's probably a little more room for fat trimming, since this was adapted from an old Ubuntu VM setup script, but I'm satisfied with where things are currently.

⁠Instructions

Pretty similar to @dapor2000's, just swap out your username and password.

docker run -d \
 --name "sheepit" \
 -e user_name=XXXXXX \
 -e user_password=XXXXXX \
 agsphoenix/sheepit-docker:latest

You can also specify the cpu variable to override autodetection; like -e cpu=4.

⁠Extra bits

Docker Hub page⁠
GitHub page⁠

SheepIt client GitHub repo⁠
SheepIt site⁠

Tag summary

Content type

Image

Digest

Size

132 MB

Last updated

about 5 years ago

docker pull agsphoenix/sheepit-docker