GangCaoLab / CoolBox

Jupyter notebook based genomic data visualization toolkit.
https://gangcaolab.github.io/CoolBox/index.html
GNU General Public License v3.0
224 stars 37 forks source link

Docker installation correction #68

Open skr3178 opened 2 years ago

skr3178 commented 2 years ago

Hello,

I followed instructions set here: https://gangcaolab.github.io/CoolBox/installation.html#docker

There is a change : $(pwd) to %cd% Old code, doesn't work : $ docker run -ti -v $(pwd):/data -p 9000:8888 nanguage/coolbox:latest

New code, works: docker run --rm -it -v %cd%:/opt -w /opt michaelbrooks/node npm i vuepress

Thanks, Sangram