Using docker with two interfaces in host machine

Hi,

I have installed the last docker (now is docker-ce), in my machine.
This machine has two network interfaces eth0 and eth1
When I try to start docker, fails with a error message:
Error starting daemon: Error initializing network controller: list bridge addresses failed: no available network

How can you configure docker installed on a machine with two interfaces?

If I down an interface (ifconfig eth1 down) and try to boot docker, starts correctly

Regards,
Cesar Jorge