nettings / tarot

A memory card duplicator with web frontend, to help you create multiple clones of SD cards and other media in parallel on headless single-board computers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any chance to be dockerized?

MkLHX opened this issue · comments

Hi!
Have you planned to pass the project under docker containers?

I don't really know how to do that. Pull requests are welcome.
I might however provide ready-to-run images based on https://github.com/nettings/medianet , that would be quite straightforward.

Hi @nettings ,

I don't know if it's a really good idea to build dockerized project from medianet os but when i get some time i'll try to put tarot on docker container to use it without any other deps.
The goal is to put container on RPI and manage 3D print SD card cloner on it ;-)

This tool was hacked together in a hurry.. if you want re-use it and possibly dockerize it, I'm very open to make changes that make the task easier. It's certainly odd for a simple tool like this to require systemd daemons in the background, but it felt the safest solution for me... I really don't want to take any data from the web and turn it into a "nuke partition $FOO" command that is executed with root privileges :o)