docker-drupal | Drupal image based official php image , database | Continuous Deployment library
kandi X-RAY | docker-drupal Summary
kandi X-RAY | docker-drupal Summary
Drupal image based official php image, database information should be passed by environment variables or linked container. Drush is included
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of docker-drupal
docker-drupal Key Features
docker-drupal Examples and Code Snippets
Community Discussions
Trending Discussions on docker-drupal
QUESTION
I'm learning Docker and experimenting by installing Drupal. The process is to create 2 containers with one running Apache and the other running MySQL.
I have the following docker-compose.yml file:
...ANSWER
Answered 2020-Mar-15 at 00:30Since you have not defined tag for mysql
image by default uses latest
which for the time being is 8.0.18
.
Mysql 8 has changed its password authentication method which seems to cause incompatibility issues with drupal image. See github issue.
One option is to install mysql_native_password
plugin as proposed to the github issue above. I haven't tested it though.
The other options which I have validated it is working is to use an older docker tag for mysql image, e.g mysql:5.7.28
Working docker-compose
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install docker-drupal
PHP requires the Visual C runtime (CRT). The Microsoft Visual C++ Redistributable for Visual Studio 2019 is suitable for all these PHP versions, see visualstudio.microsoft.com. You MUST download the x86 CRT for PHP x86 builds and the x64 CRT for PHP x64 builds. The CRT installer supports the /quiet and /norestart command-line switches, so you can also script it.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page