docker-lamp
docker-lamp copied to clipboard
🐳 Docker container running the latest version of the LAMP stack.
This command failed because DATE_TIMEZONE contains a slash character: ``` /bin/sed -i "s/\;date\.timezone\ \=/date\.timezone\ \=\ ${DATE_TIMEZONE}/" /etc/php/7.0/apache2/php.ini /bin/sed: -e expression #1, char 49: unknown option to `s' ```
Hello I am trying to connect official phpmyadmin container to this container, but cannot login to the database via web interface. `docker run --name new_db -dt -p 1880:80 fauria/lamp` `docker...
Hi, this is a tiny update to be able to install latest `node` & `npm` binaries.
[root@SERVER-0 ~]# docker pull fauria/lamp Using default tag: latest Trying to pull repository docker.io/fauria/lamp ... latest: Pulling from docker.io/fauria/lamp 8aec416115fd: Downloading 29.97 MB/50.31 MB 695f074e24e3: Download complete 946d6c48c2a7: Download complete...
Hello, is it possible to update(pull) the LAMP via docker without losing mysql data?