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

Windows docker run command doesn't work in PowerShell #31

Open
snowfrogdev opened this issue Jan 2, 2023 · 0 comments
Open

Windows docker run command doesn't work in PowerShell #31

snowfrogdev opened this issue Jan 2, 2023 · 0 comments

Comments

@snowfrogdev
Copy link

In the readme, the command docker run -it --rm -p 8888:8888 -v %CD%/notebooks/:/mnt/notebooks/ mimoralea/gdrl:v0.14 did not work for me in PowerShell.

However I was able to get it to work with a slight modification:

docker run -it --rm -p 8888:8888 -v "$(pwd)/notebooks/:/mnt/notebooks/" mimoralea/gdrl:v0.14

Found solution here: https://stackoverflow.com/questions/46526165/docker-invalid-characters-for-volume-when-using-relative-paths

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