Right, so you have the same problem here: to expose ports 80
and 443
outside the container also requires running with root privilege. I believe Visual Studio is driving docker, so it should in principle be possible to do the equivalent of what @hacksaw proposes, with -p 80:80
.
1 Like