This is a testing Page to got first experiences with docker.
ToDo:
- Create a Dockerfile and run it
- Add Apache Webserver to Dockerfile and got the Demopage in Browser
- Link Folder of the Host with a HTML-File as /var/www in Container
- Copy Data from folder of the Host to Container /var/www, change it and export it back to the Host
- Add PHP to the Container
- Add Mysql To the Container
- Copy a Database to Container (maybe Mysql-Dump with import, or file-copy of mysql-file [var/lib/mysql]
- Link local Database to Container
- Access lokal Database out ot docker-container