I'm using the latest official mysql and wordpress images with boot2docker on my Mac. They are started in normal way. When I use the wordpress image to start a container without mount-bind /var/www/html/ to any other container or host directory everything works as expected. During startup of the wordpress container a wordpress installation is done and when I access the page the first time I do see install screen with the language selection.
However, as soon as I do mount-bind the /var/www/html/ directory to an empty host dir (e.g. -v $(pwd):/var/www/html/ ), I do get the install screen, but without the language selection.
It seems that in both cases the wordpress instance works fine, but I would like to have it not in English.
Any thoughts?
Jan
I'm using the latest official mysql and wordpress images with boot2docker on my Mac. They are started in normal way. When I use the wordpress image to start a container without mount-bind /var/www/html/ to any other container or host directory everything works as expected. During startup of the wordpress container a wordpress installation is done and when I access the page the first time I do see install screen with the language selection.
However, as soon as I do mount-bind the /var/www/html/ directory to an empty host dir (e.g. -v $(pwd):/var/www/html/ ), I do get the install screen, but without the language selection.
It seems that in both cases the wordpress instance works fine, but I would like to have it not in English.
Any thoughts?
Jan