docker-lamp
docker-lamp copied to clipboard
🐳 Docker container running the latest version of the LAMP stack.
Wheres examples how to run your Lamp properly?
I am able to connect to mysql/mariadb from inside the container. But it won't connect when i tried to access it outside of the container, such as using sequel pro/ace...
Have all the install in one single execution, with autoremove and clean, in order to save space 18MB in the final Docker layer.
MySQL doesn't start when I configured a local volume for persistence. Also: When it starts, the SQL files are created in /var/lib/mysql as root:root: ``` root@7a9ca27a41f7:/# service mysql status *...
When the docker image starts it throws a series of SNMP variable errors. The solution is probably to remove SNMP services from the image. ``` Created directory: /var/lib/snmp/mib_indexes MIB search...
if a relative path of /var/www/html starts with "icons", then the content is searched in /usr/share/apache2/icons. > > AH00128: File does not exist: /usr/share/apache2/icons/antani.svg, > referer: http://localhost:8080/ > If replace...
This is some nice work. During development, I prefer to set `display_errors = On` in `php.ini` to enable showing PHP syntax errors. So I created a small patch that adds...
Dear all, I try to learn how use Docker, but i meet an error when i will to use this Docker-LAMP : `exited with code 1` I search in all...
Hi can you add php7.3 support?
Hi, Just wondering what you'd think of using `/docker-entrypoint-initdb.d/` [like the `postgres` image does](https://github.com/docker-library/postgres/blob/fa41e210db87b7aa932351e68a075253078828b1/docker-entrypoint.sh#L145-L163)?