You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker for mac version 17.06.0-ce-mac19 (18663)
I have ./setup.sh successfully
while try ./s/start_jupyter.sh docker returns error: docker: Error response from daemon: ContainerInspect failed. ERRO[0000] error waiting for container: context canceled
How to setup docker properly?
Thanks~
The text was updated successfully, but these errors were encountered:
are you still facing this problem? can you try to run docker run --rm -p 8888:8888 -D -v $(pwd):/home/jovyan/work jupyter/scipy-notebook and post the complete log? which OS are you using?
docker for mac version
17.06.0-ce-mac19 (18663)
I have
./setup.sh
successfullywhile try
./s/start_jupyter.sh
docker returns error:docker: Error response from daemon: ContainerInspect failed.
ERRO[0000] error waiting for container: context canceled
How to setup docker properly?
Thanks~
The text was updated successfully, but these errors were encountered: