Docker Login Error to Nexus Repository in Jenkins Pipeline: HTTP Response to HTTPS Client

I fixed this. I had to create a daemon.json file inside the same folder as the docker-compose.yml and then recreate the images.

{
  "insecure-registries": ["nexus:8082"]
}
1 Like