I want to know which port(s) are exposed when user run the image.
docker run -p 1000:1234 myimagename
I want to get 1234
value in container since I will use it for some configurations(IIS bindings etc.) inside of container.
Is there any env variable for this purpose?