Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker installation correction #68

Open
skr3178 opened this issue Mar 20, 2022 · 0 comments
Open

Docker installation correction #68

skr3178 opened this issue Mar 20, 2022 · 0 comments

Comments

@skr3178
Copy link

skr3178 commented Mar 20, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant