docker-adminer
docker-adminer copied to clipboard
arm32v7/adminer can't access UI
I use the following block in my docker-compose
file.
# docker-compose: https://hub.docker.com/_/adminer
adminer:
image: arm32v7/adminer
container_name: adminer
restart: always
networks:
- home-network
ports:
- 9004:8080
The container log is:
[Fri May 1 02:10:32 2037] PHP 7.4.16 Development Server (http://[::]:8080) started
[Fri May 1 02:09:28 2037] [::ffff:192.168.178.45]:61609 Accepted
[Fri May 1 02:09:28 2037] [::ffff:192.168.178.45]:61608 Accepted
Something seems wrong with the timestamp.
When I try to access to container, my browser get into a endless loop.
This issue occur after reflush my Raspberry pi 3B+ with https://www.raspberrypi.org/software/.
I try to start the container in different ways with no result.
I believe this is a duplicate of #96.
Same here. Running on armv7l.
Had to downgrade to 4.7.7.
same here raspberry pi 4 i saw the date is not correct in docker container maybe related to this?
The problem is an outdated Version of libseccomp in Raspbian OS. This time the docker host has the issue. By installing a newer version Adminer runs without problems on latest image.
Here we go: https://docs.linuxserver.io/faq#my-host-is-incompatible-with-images-based-on-ubuntu-focal-and-alpine-3-13
Issue can be closed ;-)
I had some issue now, but my OS is centos 7.6, docker 20.10.5, amd64, and libseccomp-2.5.1 installed. Is there any another solution?