Closed selamanse closed 7 years ago
see this issue: #63.
this is just an idea for faster development.
Can you explain me, how does this works?
Wenn du willst, kannst du es auch schnell auf Deutsch erklären :-D
:) klar gerne - ein bisschen Doku hatte ich bereits im readme eingefügt. Prinzipiell brauchst du nur eine dockerfähige Umgebung, wechselst in das repo und rufst folgenden Befehl auf:
docker-compose up -d
Ja mir ist das mit diesen festen Pfaden in /usr/... nicht bewusst... muss mich bei Docker mal einlesen, hatte bisher nie damit zu tun.
@selamanse I',m not sure, but how does this work on a windows system? Because you are using /usr/..../ paths
Hi, docker doesn't natively run on windows but linux. you will need a VM like docker-machine to run it on windows systems. I recommend docker-toolbox (it ships all things you need to get it running).
add a dockerfile with Wordpress 4.6.1 on apache and a docker-compose.yml setup with linked mysql database.