docker_auth
docker_auth copied to clipboard
Combine Registry, Auth Server and Registry UI
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.