Hi Guys,
I have launched the Nginx image successfully with binding port 82 of the host in docker using the below command.
$ docker run -it -d -p 82:80
I have also checked inbound rules for all traffic all protocols and ports. But can't access the Nginx page with ip_address:82. How can I solve this error?