Get Notification from docker container to host

I am using …

HOST OS: Ubuntu 14.04.3 LTS
Linux Kernel:Customized 4.13.2
Docker Version:1.13.1, build 092cba3
Docker image: ubuntu 14.04

How to get notification from docker container to host if any network interface goes up or down??
Is there any way to see all the interfaces of the container in host??

Thanks!!

Not sure if this is what you’re looking for… but Docker events might serve as a starting point.