MCJack123 / sanjuuni

Converts images and videos into a format that can be displayed in ComputerCraft.
GNU General Public License v2.0
32 stars 5 forks source link

Docker support #23

Open Erb3 opened 2 months ago

Erb3 commented 2 months ago

A simple docker image that you can run without having to compile sanjuuni would be useful. The motivation for this is lowering the barrier to entry, as I among others have had problems compiling it. Docker is not just for services, but can also be used for CLIs! For inspiration see dive, which promotes this. Arguments can be passed into the end of docker run.

MCJack123 commented 2 months ago

I have no experience with Docker myself, so I don't know how to do this - if you'd like it, PRs welcome for a Dockerfile.