-
- Downloads
Finally, the first working container for WooCommerce
- Use the apache image and install wordpress manually - Optionally connect to a mysql container or install mysql directly inside the WooCommerce container (default user/password: wordpress/wordpress) - Add script to install WooCommerce, and also to setup an Apache virtual host (.test TLD), using sudo - Container uses supervisord to run apache and mysql in the same container and make sure both keep running
Showing
- Dockerfile 62 additions, 9 deletionsDockerfile
- add-docker-vhost.sh 2 additions, 1 deletionadd-docker-vhost.sh
- docker-entrypoint.sh 252 additions, 0 deletionsdocker-entrypoint.sh
- install-wc.sh 10 additions, 5 deletionsinstall-wc.sh
- supervisord.conf 10 additions, 0 deletionssupervisord.conf
- wc-docker-create.sh 5 additions, 3 deletionswc-docker-create.sh
docker-entrypoint.sh
0 → 100755
supervisord.conf
0 → 100644
Please register or sign in to comment