Question about docker and multiple domains

Hi,

I don`t know if this is possible to implement with docker but I try to describe what I want to achieve:

I have a CentOS 6.6 Server with apache and multiple virtual hosts (about 20) I´m using SNI and wildcard certificates so everything runs smooth.
Is there a way to use one virtual host pointing to a docker container (apache/mysql) leaving the other virtual hosts on the CentOS host?

Thank you