Docker recipe for JBrowse
#Getting up and running:
Make sure you have Docker installed.
$ docker info
Build the image using the docker
daemon:
$ docker build -t docker-jbrowse .
Run the image
$ docker run -it --name jbrowse -p 8080:80 docker-jbrowse
##OR
Build and run dockerjbrowse
using docker-compose
:
$ sudo pip install docker-compose
$ docker-compose up
Access JBrowse on DOCKER_IP:8080, type $ ip add | grep docker
:
`http://172.17.X.X:8080`