I'm exploring using Docker and Docker Machine to simplify my workflow for spinning up environments in AWS to support data analysis and machine learning tasks. I've worked out most of the details but have two outstanding questions:
1) When launching a VM in AWS with Docker Machine, how do I specify an EBS volume to attach to that VM?
2) How do I map the EBS volume through to a path in the container running on the VM?
Thanks for your assistance!