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

Sharedfolder & Notebook #46

Closed
Steviey opened this issue Mar 20, 2017 · 0 comments
Closed

Sharedfolder & Notebook #46

Steviey opened this issue Mar 20, 2017 · 0 comments

Comments

@Steviey
Copy link

Steviey commented Mar 20, 2017

  1. I've a directory "sharedfolder" created on Windows 7?
  2. There is TensorFlow Jupyter Notebook content in it.

Unfortunately....

docker run -it -p 192.168.99.100:8888:8888 -p 192.168.99.100:6006:6006 -v /sharedfolder:/root/sharedfolder floydhub/dl-docker:cpu jupyter notebook

...shows an empty "sharedfolder"- directory in the browser under http://192.168.99.100:8888/tree/sharedfolder.

But I know the Notebook is functional.

Please help. What to do?

Turns out Docker on Win needs a special syntax....

docker run -it -p 192.168.99.100:8888:8888 -p 192.168.99.100:6006:6006 -v //c/Users/PornJunky/sharedfolder:/root/sharedfolder floydhub/dl-docker:cpu jupyter notebook

@Steviey Steviey changed the title sharedfolder Sharedfolder & Notebook Mar 20, 2017
@Steviey Steviey closed this as completed Mar 20, 2017
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