Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I use both Docker and non-containerized apps.

In my opinion, setting up LAMP is easier than Docker.

Setting up LAMP is just copy-pasting a few install commands:

    apt install apache2 php libapache2-mod-php mariadb-server php-mysql
    mysql_secure_installation
    ufw allow http
    ufw allow https
    ufw enable


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: