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:
- 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.
- I set the
HTTP_PROXYandHTTPS_PROXYenvironment 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?
没有评论:
发表评论