docker-drupal | Docker LAMP for Drupal | Continuous Deployment library
kandi X-RAY | docker-drupal Summary
kandi X-RAY | docker-drupal Summary
Completely automated Drupal install, with lots of flexibility!.
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
cd files
rm -rf drupal-7 # incase an old version is there
drush dl drupal
mv drupal-7.* drupal-7
# or
wget http://ftp.drupal.org/files/projects/drupal-7.53.tar.gz
tar xf drupal-7.53.tar.gz
mv drupal-7.53 drupal-7
cd ..
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
Download drupal+website on the master branch from a git repo via ssh with keys. * In this case an included script DRUPAL_GIT_SSH=/gitwrap.sh is referenced which passes keys to ssh for use in git clone * Create ssh keys (id_rsa.pub id_rsa) with ssh-keygen, stored in /root/boran-drupal/ssh * Then build the container mounting the SSH keys files under /root/gitwrap/id_rsa /root/gitwrap/id_rsa.pub * The example repo is git@bitbucket.org:/MYUSER/MYREPO.git.
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