After issuing the command, the container stops immediatly. These are the logs:
Module auth_kerb disabled.
To activate the new configuration, you need to run:
service apache2 restart
Module ssl already disabled
Enabling module rewrite.
To activate the new configuration, you need to run:
service apache2 restart
Stopping web server: apache2.
/usr/sbin/apache2: error while loading shared libraries: libpcre.so.3: cannot stat shared object: Permission denied
Action '-D FOREGROUND' failed.
The Apache error log may have more information.
Module auth_kerb already disabled
Module ssl already disabled
Module rewrite already enabled
Stopping web server: apache2.
/usr/sbin/apache2: error while loading shared libraries: libpcre.so.3: cannot stat shared object: Permission denied
Action '-D FOREGROUND' failed.
The Apache error log may have more information.
I'm running the following systems:
Docker image:
konradkleine/docker-registry-frontend v2 60d4b91e68fa 7 months ago 266MB
Docker version:
Client:
Version: 17.05.0-ce
API version: 1.29
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:06:51 2017
OS/Arch: linux/amd64
Server:
Version: 17.05.0-ce
API version: 1.29 (minimum version 1.12)
Go version: go1.7.5
Git commit: 89658be
Built: Thu May 4 22:06:51 2017
OS/Arch: linux/amd64
Experimental: false
Im trying to start the frontend like suggested in the documentation:
After issuing the command, the container stops immediatly. These are the logs:
I'm running the following systems:
Docker image:
Docker version:
Am I doing sth wrong, or is this a bug?
Best regards, Torsten