Hacker News new | ask | show | jobs
by Belphemur 816 days ago
What about installing the right php libs that are expected.

What about keeping the machine up to date to new distro release that inevitably comes with a new version of PHP that isn't compatible with the app ?

Don't get me started on setting properly php-fpm and any other reverse proxy.

All of those issue are gone with docker. You always run the right version of everything as it was intended by the developer (if they are the on that maintain the image)