Hacker News new | ask | show | jobs
by josegonzalez 779 days ago
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 :)

1 comments

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