Open robertdahlem opened 2 years ago
I am trying to combine a Docker Registry, the Auth Server and the Registry UI.
My configuration files: docker-compose.auth.yml auth_config.yml docker-compose.registry.yml docker-compose.registry-ui.yml
Things like podman login, podman pull work fine.
podman login
podman pull
But trying to access the GUI simply fail with Failed to login: Unexpected end of JSON input.
Failed to login: Unexpected end of JSON input
I could use some help to analyze this.
I am trying to combine a Docker Registry, the Auth Server and the Registry UI.
My configuration files: docker-compose.auth.yml auth_config.yml docker-compose.registry.yml docker-compose.registry-ui.yml
Things like
podman login
,podman pull
work fine.But trying to access the GUI simply fail with
Failed to login: Unexpected end of JSON input
.I could use some help to analyze this.