Fmstrat / diy-ipmi

A DIY IPMI / IP KVM system utilizing the Raspberry Pi
894 stars 100 forks source link

[Suggestion] Ease up deployment with some Containerization #28

Open seffyroff opened 5 years ago

seffyroff commented 5 years ago

Ease the deployment with a Docker image? I can see it being non-trivial due to the various interconnected services and whatnot, so it bears some thought on what the approach might be. I'm interested in taking a stab at this, with some opinions shared on implementation.

Every project on GH has a Dockerfile these days :)

I also wondered about Snappy packaging. This is a much more involved process but if done right can make deployment management trivially simple. I've dabbled a little in this, and it's wonderful in my experience.

Fmstrat commented 5 years ago

Yea, almost all of my projects have been in docker (see my repos) but this really didn't make sense to me as it was supposed to be a hardware IPMI via the Pi. It would be fairly trivial to create using the script.

Elf36 commented 4 years ago

any movement on this ?