docker-wordpress
docker-wordpress copied to clipboard
Dockerfile and etc for a Wordpress docker image
I builded and start container. It llooks good root@ubuntu-14:~# docker logs 5a478de05149 ssh user password: phaiHoo8 140603 11:19:43 mysqld_safe Can't log to error log and syslog at the same time....
It would be greate to have opportunity to make backup (db and files) and to restore your wordpress site from such backup. For example, It helps If you decide to...
I get the following messing when looking up password and then when ssh in it logs in but immediately states that connection closed. ``` bash echo $(sudo docker logs suspicious_sinoussi...
It would be nice that we can mount WP and MySQL data directory from host so that we keep source and data on host and use container just as platform,...
It would be nice if the site URL could be specified during creation, rather than auto-populated. You can see that it's included the port 49166, but I want it to...
Hey, I'm confused as it appears the the mysql.sock is missing. Here is what I do: ``` sudo docker build -t wordpress . sudo docker run -v /srv/wwww/myproject/wordpress/:/var/www/ -d -p...