2021年1月6日星期三

How can one monitor the HTTP traffic generated by docker push with Fiddler on Windows?

I have a problem - the build server is unable to push a docker image. All the layers were pushed, except one which fails with EOF.

I want to understand what HTTP traffic docker push generates.

Here is what I have done:

  1. All the necessary actions to capture HTTPS as explained in https://samcogan.com/capturing-terraform-azure-cli-traffic-with-fiddler/ As a result I can see the Azure CLI traffic.
  2. I set the HTTP_PROXY and HTTPS_PROXY environment variables to http://localhost:8888

But this is not enough for docker push, so the question is - what needs to be done for Fiddler to be able to intercept docker push HTTP traffic?

https://stackoverflow.com/questions/65604822/how-can-one-monitor-the-http-traffic-generated-by-docker-push-with-fiddler-on-wi January 07, 2021 at 07:47AM

没有评论:

发表评论