cesanta / docker_auth

Authentication server for Docker Registry 2
Apache License 2.0
1.28k stars 305 forks source link

Combine Registry, Auth Server and Registry UI #329

Open robertdahlem opened 2 years ago

robertdahlem commented 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.

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.