Hacker News new | ask | show | jobs
by rcarmo 779 days ago
I should add one to https://piku.github.io (spoiler - this doesn't use Docker at all)
1 comments

Dokku Maintainer here:

Piku is awesome! I've always thought the PaaS space is wide enough for many players in specific niches, and I love the approach of running processes outside of containers. About the only thing I would change is to utilize systemd (or similar) for spawning processes, but otherwise it's super neat. I've used it myself on a raspberry pi zero :)

Thanks! systemd would require more coding, because uwsgi does a lot automatically just by watching file creation/modification…