-
Notifications
You must be signed in to change notification settings - Fork 0
Running Docker
Adam edited this page Apr 13, 2017
·
6 revisions
I have split the the repo into two containers. This is because installing all the dependencies has been taking approximately 25 minutes without the split and I am intending on having more dependencies installed for future parts of the tool. One of the containers is for the installation of most of the dependencies and the other is for the repository files / code.
https://docs.docker.com/engine/getstarted/step_one/
Make sure docker is running before building the containers. On mac you will see a green circle on the right in the panel along the top.
docker pull oicr/mpbiopath
make build-env
make build-app
This is too run command line inside of the container. You can also run individual commands.
docker run -it oicr/mpbiopath /bin/bash