When a docker container is starting, its explosed port would be mapped to a port of the docker host.
Of cause, I can use the specified mapped port, but, I don't want to do so.
Is there a method to get the ip and port of the docker host in a docker container when it is starting.