It is a simple PHP application that is based on this project: https://github.com/taniarascia/pdo
Apache is configured to bind to port 80.
See GitHub project page for details.
This image requires a MySQL server to store data.
docker run -d -p 8080:80 lisenet/httpd-pii-demo:0.1
Visit http://localhost:8080 and you will see a simple database app.
To see hard-coded MySQL configuration that the application uses, do the following:
docker exec -it $CONTAINER_ID /bin/cat config.php
Content type
Image
Digest
Size
163.2 MB
Last updated
about 5 years ago
docker pull lisenet/httpd-pii-demo:0.2