How to make docker image of host operating system which is running docker itself?
How to make docker image of host operating system which is running docker itself? Read More »
About Docker
From the last post, it was necessary to pull the 5.7 tag instead of the latest because the latest was MySQL 8.0 had SSL enabled by default. MySQL 5.7 is more compatible with WordPress since it doesn’t have SSL enabled. It should not be accessible over the internet, so I change changed bind-address = 0.0.0.0
WordPress in a Docker Container Read More »
First, I pulled the image ‘docker pull mysql’ that was the last easy thing I did. I wanted to use my own my.cnf file. So put it in /my/custom and used: ‘-v /my/custom:/etc/mysql’. I pulled a highly optimized one off github: https://gist.githubusercontent.com/rhtyd/d59078be4dc88123104e/raw/12d79310970e21604480c41d0c34813e6946be44/my.cnf I had to comment a lot out as many options are deprecated #datadir