Spot Instance EBS attach and mount

I am working with a spot instance that will launch and attached a existing EBS volume, using https://github.com/leg100/docker-ebs-attach
Attaching the ebs is working great now I am not trying to figure out how I can mount that attached device to the folder host using a docker container.

Any solutions out there?