Hello staff,
docker run does not work for me.
Neither in docker command window
“ docker run -it --rm -p 8888:8888 -p 8000:8000 --mount type=bind,source="(pwd)”,target=/home/jovyan/work deeplearningai/mlepc1w1-ugl:jupyternb
/bin/sh: 2: docker: not found
"
nor in windows command window:
"C:\Users\xyz>docker run -it --rm -p 8888:8888 -p 8000:8000 --mount type=bind,source="(pwd)“,target=/home/jovyan/work deeplearningai/mlepc1w1-ugl:jupyternb
docker: Error response from daemon: invalid mount config for type “bind”: invalid mount path: ‘$(pwd)’ mount path must be absolute.
See ‘docker run --help’.”
I also deactivated the firewall. Nevertheless could only once reach the follwoing output in Docker logs:
“2022-12-22 17:00:41 [I 16:00:41.527 NotebookApp] Writing notebook server cookie secret to /home/jovyan/.local/share/jupyter/runtime/notebook_cookie_secret
2022-12-22 17:00:42 [W 2022-12-22 16:00:42.812 LabApp] ‘ip’ has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
2022-12-22 17:00:42 [W 2022-12-22 16:00:42.812 LabApp] ‘port’ has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
2022-12-22 17:00:42 [W 2022-12-22 16:00:42.812 LabApp] ‘port’ has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
2022-12-22 17:00:42 [W 2022-12-22 16:00:42.812 LabApp] ‘port’ has moved from NotebookApp to ServerApp. This config will be passed to ServerApp. Be sure to update your config before our next release.
2022-12-22 17:00:42 [I 2022-12-22 16:00:42.819 LabApp] JupyterLab extension loaded from /opt/conda/lib/python3.8/site-packages/jupyterlab
2022-12-22 17:00:42 [I 2022-12-22 16:00:42.819 LabApp] JupyterLab application directory is /opt/conda/share/jupyter/lab
2022-12-22 17:00:42 [I 16:00:42.823 NotebookApp] Serving notebooks from local directory: /home/jovyan
2022-12-22 17:00:42 [I 16:00:42.823 NotebookApp] Jupyter Notebook 6.2.0 is running at:
2022-12-22 17:00:42 [I 16:00:42.823 NotebookApp] http://81622597426a:8888/?token=9ca4b0686572902e16b2864748de6f64d6eb8eea47425d67
2022-12-22 17:00:42 [I 16:00:42.823 NotebookApp] or http://127.0.0.1:8888/?token=9ca4b0686572902e16b2864748de6f64d6eb8eea47425d67
2022-12-22 17:00:42 [I 16:00:42.823 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
2022-12-22 17:00:42 [C 16:00:42.827 NotebookApp]
2022-12-22 17:00:42
2022-12-22 17:00:42 To access the notebook, open this file in a browser:
2022-12-22 17:00:42 file:///home/jovyan/.local/share/jupyter/runtime/nbserver-7-open.html
2022-12-22 17:00:42 Or copy and paste one of these URLs:
2022-12-22 17:00:42 http://81622597426a:8888/?token=9ca4b0686572902e16b2864748de6f64d6eb8eea47425d67
2022-12-22 17:00:42 or http://127.0.0.1:8888/?token=9ca4b0686572902e16b2864748de6f64d6eb8eea47425d67
2022-12-22 17:00:40 WARN: Jupyter Notebook deprecation notice GitHub - jupyter/docker-stacks: Ready-to-run Docker images containing Jupyter applications.
2022-12-22 17:00:40 Executing the command: jupyter notebook”
It always says connection could not be eastablished. There was no window which I could use to log in.
Thanks a lot in advance.
Best reagrds