You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2026. It is now read-only.
docker run --name='phppgadmin' -d \
--publish=80:80 \
dockage/phppgadmin:latest
and got the following errors and warnings:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
$ docker logs phppgadmin
exec /sbin/entrypoint: exec format error
I guess the container does only run on amd/intel64 systems.
Startet the container with:
and got the following errors and warnings:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
I guess the container does only run on amd/intel64 systems.