Skip to content
#

mooc

Here are 414 public repositories matching this topic...

leoauri
leoauri commented Sep 8, 2018

If the path contains spaces, then
docker run -it -p 8888:8888 -p 6006:6006 -v /$(pwd)/session-1:/notebooks --name tf cadl /bin/bash
might throw the error
docker: invalid reference format: repository name must be lowercase.
or behave unexpectedly.

Wrapping in quotation marks solves this:
`docker run -it -p 8888:8888 -p 6006:6006 -v "/$(pwd)/session-1":/notebooks --name tf cadl /bin/bas

Improve this page

Add a description, image, and links to the mooc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mooc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.