-
Notifications
You must be signed in to change notification settings - Fork 203
8.6 image not working #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you give all the commands you ran and any relevant contextual information or files for reproducing the issue, I don't see any issues with the startup $ docker pull drupal:8.6
8.6: Pulling from library/drupal
f7e2b70d04ae: Pull complete
744aedb7995c: Pull complete
07afe22f8a58: Pull complete
c7bf4f31c4a4: Pull complete
b528e75732cc: Pull complete
27e7d214ded2: Pull complete
894549c23c16: Pull complete
852bf3883bf8: Pull complete
c8e5e0b946ad: Pull complete
7f4f81e11b94: Pull complete
4cd5dd8dc11e: Pull complete
8575717bb21a: Pull complete
7c1343f569e1: Pull complete
087fe341a6a1: Pull complete
c7038cea657b: Pull complete
02cd6d0d5ef9: Pull complete
Digest: sha256:f58d48741871a234a188bab95bd22bda23c03d54d2f050d7dcabf80f4aed4802
Status: Downloaded newer image for drupal:8.6
$ docker run -it --rm drupal:8.6
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[Tue Mar 05 01:19:00.443000 2019] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) PHP/7.2.15 configured -- resuming normal operations
[Tue Mar 05 01:19:00.455027 2019] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND' |
When I run same commands I get this.
$ docker pull drupal:8.6
Trying to pull repository registry.access.redhat.com/drupal ...
Trying to pull repository docker.io/library/drupal ...
8.6: Pulling from docker.io/library/drupal
f7e2b70d04ae: Pull complete
744aedb7995c: Pull complete
07afe22f8a58: Pull complete
c7bf4f31c4a4: Pull complete
b528e75732cc: Pull complete
27e7d214ded2: Pull complete
894549c23c16: Pull complete
852bf3883bf8: Pull complete
c8e5e0b946ad: Pull complete
7f4f81e11b94: Pull complete
4cd5dd8dc11e: Pull complete
8575717bb21a: Pull complete
7c1343f569e1: Pull complete
087fe341a6a1: Pull complete
c7038cea657b: Pull complete
02cd6d0d5ef9: Pull complete
Digest:
sha256:c30aaaa25e735015418691d643c492d99f7dce86ff96e43b7ea20bf36764fe80
Status: Downloaded newer image for docker.io/drupal:8.6
$ docker run -it --rm drupal:8.6
AH00534: apache2: Configuration error: No MPM loaded.
$
…On Tue, 5 Mar 2019 at 17:19, wglambert ***@***.***> wrote:
Can you give all the commands you ran and any relevant contextual
information or files for reproducing the issue, I don't see any issues with
the startup
$ docker pull drupal:8.68.6: Pulling from library/drupalf7e2b70d04ae: Pull complete 744aedb7995c: Pull complete 07afe22f8a58: Pull complete c7bf4f31c4a4: Pull complete b528e75732cc: Pull complete 27e7d214ded2: Pull complete 894549c23c16: Pull complete 852bf3883bf8: Pull complete c8e5e0b946ad: Pull complete 7f4f81e11b94: Pull complete 4cd5dd8dc11e: Pull complete 8575717bb21a: Pull complete 7c1343f569e1: Pull complete 087fe341a6a1: Pull complete c7038cea657b: Pull complete 02cd6d0d5ef9: Pull complete Digest: sha256:f58d48741871a234a188bab95bd22bda23c03d54d2f050d7dcabf80f4aed4802Status: Downloaded newer image for drupal:8.6
$ docker run -it --rm drupal:8.6AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this messageAH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message[Tue Mar 05 01:19:00.443000 2019] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.25 (Debian) PHP/7.2.15 configured -- resuming normal operations[Tue Mar 05 01:19:00.455027 2019] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKlRzxXsJ9r2V9ajUZ3a9ARhoGZQjO9xks5vTqc_gaJpZM4bdfHx>
.
|
Looks like an incompatibility with your filesystem/storage drivers in your environment docker-library/php#392 (comment) |
This comment has been minimized.
This comment has been minimized.
These sorts of questions/requests would be more appropriately posted to the Docker Community Forums, the Docker Community Slack, or Stack Overflow (the issues are not a support forum). |
Hi, latest image is not working. Run fails because with it cant load Apache MPM module.
The text was updated successfully, but these errors were encountered: