How to get container ip address inside this container?
\'docker inspect $hostname ...\' not suitable, because I don\'t share /var/run/docker.sock host file to contai
This may work on some containers if it has the "hostname" command.
docker ps to get the (container id)
docker exec -it (container id) hostname -i