Combine LVM and Docker

Hello,

I run docker on a debian 64 bit maschine.

My data structure in lvm is:

| LV / | LV /usr | LV swap | LV storage1 | LV storage 2 | LV storage 3 | LV storage 4
VG1 VG2 VG3 VG4
PV1 PV2 PV3 PV4
HDD1 HDD2 HDD3 HDD4

I chose this layout, because if a hdd crashes, only one LV storage is gone.
Now i want to store four docker mysql cluster container in each of the storage LVs.
The LVs are mounted at /home/storage1-4.
How can i achive to mount the four storage LVs in one docker installation and store the container in one of the four LVs?

Thank you in advance for your reply.