Direct mapping between "eth0" container port and my wlan0 physical interface

Good morning,

I’d like to know, is it possible to directly map a container on a physical interface?*

I mean, on this scheme :
http://www.linuxjournal.com/files/linuxjournal.com/ufiles/imagecache/large-550px-centered/u1002061/11833f1.png

Would it be possible to directly map etho (172.17.0.2) of container #1 on eth0 of the host (192.168.1.22)? (and then to map eth0 of container #2 on another physical interface like eth1…)

Many thanks in advance !

Best regards

I think MacVlan is proving that you want(https://github.com/docker/libnetwork/blob/master/docs/macvlan.md)
Once you create network driver as macvlan with parent network interface.