Minimalistic configuration to run Wordpress 4.
The following services were installed and conttrolled by supervisord.
- Supervisord
- Sshd
- Apache2
- Mysql
/var/lib/mysql
/wordpress
Run container: You can run this once then control with docker stop/start
./run-wordpress.sh
Stop container
docker stop wordpress
Resume container
docker start wordpress
You don't need 'docker run' everytime.
Settings for wordpress db in Mysql (see scripts/start-up.sh)DB:
wordpressUserid/Password:
wordpress / wordpress
You can attach tty to container by nsenter for debugging purposes. Use the following script:
scripts/dconnect.sh [container id]
Contact me for the issues: meks.bazz@gmail.com