Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Docker运行Jupyterhub时连接重置_Docker_Jupyterhub - Fatal编程技术网

使用Docker运行Jupyterhub时连接重置

使用Docker运行Jupyterhub时连接重置,docker,jupyterhub,Docker,Jupyterhub,我试图在Docker容器中运行Jupyterhub(请参阅)。我运行了“Docker”下列出的命令,容器成功运行,但当我转到连接时,我收到一条消息说“连接已重置。” 我还尝试创建了一个Dockerfile,该文件使用了jupyterhub/可配置http代理,因为我认为这可能是缺少的,但我也无法连接它。此外,我还尝试在容器中添加一个jupyterhub\u config.py,但没有成功。 我是否缺少一个步骤,或者需要配置一些其他东西来让Jupyterhub在Docker容器中运行 这是由版本0

我试图在Docker容器中运行Jupyterhub(请参阅)。我运行了“Docker”下列出的命令,容器成功运行,但当我转到连接时,我收到一条消息说“连接已重置。”
我还尝试创建了一个Dockerfile,该文件使用了
jupyterhub/可配置http代理
,因为我认为这可能是缺少的,但我也无法连接它。此外,我还尝试在容器中添加一个
jupyterhub\u config.py
,但没有成功。

我是否缺少一个步骤,或者需要配置一些其他东西来让Jupyterhub在Docker容器中运行

这是由版本0.9中的一个短期错误引起的。使用

docker pull jupyterhub/jupyterhub

解决了这个问题