hemberg-lab / scRNA.seq.course

Analysis of single cell RNA-seq data course
https://www.singlecellcourse.org
GNU General Public License v3.0
670 stars 360 forks source link

How to run browser in Docker? #147

Closed WT215 closed 6 years ago

WT215 commented 6 years ago

Hi,

I am totally unfamiliar with Docker.

After installing Docker tool (under Win8), I run: docker run -d -p 8787:8787 quay.io/hemberg-group/scrna-seq-course-rstudio, and it works.

Then how could I visit localhost:8787 in the browser? I open the browser and type localhost:8787, but it did not show the log in interface. Would you mind making this step more clear? (especially under Win8 environment)

Could I do alignment under this Docker image in the future using just a laptop?

Sorry for these silly questions, I just begin learning to preprocess raw fastq data.

Thanks a lot!

Wenhao

WT215 commented 6 years ago

I figured it out!

I should type: http://192.168.99.100:8787 instead of localhost:8787 in the browser.

Best wishes, Wenhao