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
I found solution to my problem:
/sbin/ip route|awk '/scope/ { print $9 }'
It's print something like: '172.17.0.135'