scipy-2017-cython-tutorial
scipy-2017-cython-tutorial copied to clipboard
Docker pathname Error in Windows 7
I got the following error when trying to execute the launch-container.bat executeable My computer is running Windows 7, Servicepack 1
C:\Users\Tobias\Documents\Docs\Clubs\Conferences\2017 July Scipy\Tutorials\scipy-2017-cython-tutorial
>REM 2017-06-26 Untested; please provide feedback!
C:\Users\Tobias\Documents\Docs\Clubs\Conferences\2017 July Scipy\Tutorials\scipy-2017-cython-tutorial
>docker run -it --rm -p 8888:8888 -v C:\Users\Tobias\Documents\Docs\Clubs\Conferences\2017 July Scipy\Tutorials\scipy-20
17-cython-tutorial:/home/jovyan/ --name cython-tutorial jupyter/scipy-notebook
docker: invalid reference format: repository name must be lowercase.
See 'docker run --help'.```
@tobsecret Thanks -- looks like it may be because you have spaces in your full pathname (2017 July Scipy
).
Can you try renaming the directory something like 2017-july-scipy
or 2017_july_scipy
and run the command again?
Sorry, had some things to fix elsewhere so only now got down to doing this and got another error.
PS C:\Users\Tobias\Documents\Docs\Clubs\Conferences\2017_July_Scipy\Tutorials\scipy-2017-cython-tutorial> .\launch-container.bat
C:\Users\Tobias\Documents\Docs\Clubs\Conferences\2017_July_Scipy\Tutorials\scipy-2017-cython-tutorial
>REM 2017-06-26 Untested; please provide feedback!
C:\Users\Tobias\Documents\Docs\Clubs\Conferences\2017_July_Scipy\Tutorials\scipy-2017-cython-tutorial
>docker run -it --rm -p 8888:8888 -v C:\Users\Tobias\Documents\Docs\Clubs\Conferences\2017_July_Scipy\Tutorials\scipy-20
17-cython-tutorial:/home/jovyan/ --name cython-tutorial jupyter/scipy-notebook
docker: error during connect: Post http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.29/containers/create?name=cython-tutorial: o
pen //./pipe/docker_engine: The system cannot find the file specified. In the default daemon configuration on Windows, t
he docker client must be run elevated to connect. This error may also indicate that the docker daemon is not running.
See 'docker run --help'.