Assign Network Interface to a Container

I have two network interfaces eth0 and eth1, and I am running Docker on Ubuntu. I want my container to use eth1 and Ubuntu to use eth0, which Ubuntu is already doing that, need setting up with a container.

Thanks,