I'm hoping to use docker to set up some bioinformatic analysis.
I have found two docker images that I would like to use:
- jupyter/datascience-notebook
- bioconductor/devel_base
I have been successful in running each of these images independently, however I don't know how to merge them together.
Is merging two docker containers possible? Or do you start with one, and then manually install the features of the other?