Open
Description
One barrier I've had to using Docker in my own work has been my confusion about how to access data from within a Docker container. This is briefly mentioned in the Creating More Complex Container Images episode, but it might be useful to include more on how containers relate to the rest of the system, and/or links to other resources for those more complicated use cases. In a genomics use-case scenario, the data files might be large and so copying them to the container would not make sense.