Docker containers cannot access HTTPS addresses – Ubuntu
I got a new Windows 10 machine where I installed all my dev tools including Docker desktop. I noticed that the containers I spun up couldn't access any HTTPS address. A .NET 6-based application that I ran using docker-compose on…