container-diff icon indicating copy to clipboard operation
container-diff copied to clipboard

Docker configuration is ignored

Open sergeykad opened this issue 4 years ago • 0 comments

Expected behavior

container-diff diff docker.server.com:5000/my/image:tag1 docker.server.com:5000/my/image:tag1 compares the two specified images

Actual behavior

The following error is printed: http: server gave HTTP response to HTTPS client

Information

  • container-diff version: 0.17.0
  • Operating system: Ubuntu 21.04

Steps to reproduce the behavior

  1. Have a Docker repository without configured HTTPS
  2. Configure Docker's { "insecure-registries":["host:port"] } so docker pull works correctly

sergeykad avatar Oct 13 '21 11:10 sergeykad