(no title)
jamesbritt | 11 years ago
I've a question that's not specific to this app but related to Web apps in general: When I think about installing a PHP (or Rails, for that matter) Web app I get a bit antsy abut security.
I keep thinking that a near-ideal solution might be to have these things encapsulated in a Docker container.
How hard would it be to craft a Docker script that would spin up an instance of Upvote (for example) so that it is isolated from the rest of the server?
It also seems like it would make for a nice way to try something without having to do a "real" installation. If you like it, keep it and change the settings. If not, delete the docker container.
smt88|11 years ago
Docker is still a good solution. I just don't think the problem you're describing absolutely requires something like Docker.
spking|11 years ago
jamesbritt|11 years ago