Exposing a network interface exclusively to Docker container

Is it possible to expose a network interface exclusively to a Docker container?

My application requires access to a single network interface in RAW and UNICAST mode. Nothing will and should run on this network interface.

How can this be achieved using Docker?