docker-wordpress-nginx
docker-wordpress-nginx copied to clipboard
A Dockerfile that installs the latest wordpress, nginx and php-fpm.
Instead of ``` $ git clone https://github.com/eugeneware/docker-wordpress-nginx.git $ cd docker-wordpress-nginx $ sudo docker build -t="docker-wordpress-nginx" . ``` Use ``` docker pull eugeneware/docker-wordpress-nginx. ``` Also the ``` $ sudo docker run...
Would it be possible to have this installation not only as a docker file but additionally as a simple bash script for debian? That would be great!
``` 150304 10:53:07 mysqld_safe Can't log to error log and syslog at the same time. Remove all --log-error configuration options for --syslog to take effect. 150304 10:53:07 mysqld_safe Logging to...
How can I use this on OpenShift?
Hi i used your repository to install wordpress, everything works fine, The only thing is that the start.sh that suppose to initialize the wordpress does not function, as in after...