drupal-container | Drupal container for running Drupal sites | Continuous Deployment library
kandi X-RAY | drupal-container Summary
kandi X-RAY | drupal-container Summary
This project is composed of three main parts:.
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 drupal-container
drupal-container Key Features
drupal-container Examples and Code Snippets
Community Discussions
Trending Discussions on drupal-container
QUESTION
I am pretty new to Docker/Portainer, and try to get to understand the basics.
I have several Containers running (i can access them), which are not listed with "docker ps -a", for example a Drupal-container on http://0.0.0.0:8081/
I do see it on my Linux: root@plan:/home/andre# ps -aux | grep docker | grep 8081 root 1212 0.0 0.0 549052 3932 ? Sl 16:44 0:00 /usr/bin/docker-proxy -proto tcp -host-ip 0.0.0.0 -host-port 8081 -container-ip 172.17.0.4 -container-port 80
But "docker ps -a" does not list me the above container. I can't even it's image with "docker images".
A restart of my Ubuntu session did not change anything.
...ANSWER
Answered 2021-Feb-03 at 15:40The problem is that I have two versions of Docker installed, the following screenshots explains the problem:
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 drupal-container
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