Hacker News new | ask | show | jobs
Show HN: Figure, a Fig powered mini-Heroku (github.com)
31 points by sorpaas 4142 days ago
3 comments

* Add figure ALL=(ALL) NOPASSWD:ALL to sudoer file.

This is cute.

That's for deleting apps, since docker volumes may produce something that only root can access. Haven't found ways to get around it, any suggestions?
I assume you mean data outside the container?

Maybe you could at least silo the utility that needs to delete so that it can easily be inspected and so you don't have to trust the whole program.

Exactly. A setuid `delort-container` utility would be a good start.
I initially thought someone made a server powered by electrolysis from a fig tree
Nice, when I started using docker and came across fig I wondered how suitable it would be for production. Will check this out later.