
tijmenvandenbrink/jupyterThis is a simple Jupyter image, including SSL support. In order to use this image effectively, you'll need to mount:
Run a Jupyter notebook docker container in seconds. Enable SSL and use custom config for jupyter.
docker build -t jupyter:latest .
docker run -p 8888:8888 -v "<ABSOLUTEPATH_ON_HOST>/notebooks:/notebooks" -v "<ABSOLUTEPATH_ON_HOST>/config:/config" jupyter:latest
docker run -p 8888:8888 -v "<ABSOLUTEPATH_ON_HOST>\notebooks:/notebooks" -v "<ABSOLUTEPATH_ON_HOST>\config:/config" jupyter:latest
Place a certfile and privkey in the ./config/ssl directory and pass the following arguments when running the container:
-e certfile_arg="--certfile=/config/ssl/fullchain.pem" -e keyfile_arg="--keyfile=/config/ssl/privkey.pem"
docker run --name tmp-jupyter-container -d jupyter:latest docker exec tmp-jupyter-container jupyter notebook --allow-root --generate-config docker cp tmp-jupyter-container:/root/.jupyter /<ABSOLUTEPATH_ON_HOST>/config/
To generate, type in a python/IPython shell:
from notebook.auth import passwd; passwd()
The string should be of the form type:salt:hashed-password.
You can store this string in the config file
Pass the following env variable when running the container to ensure jupyter uses the alternative config file:
-e configfile_arg="--config=/config/.jupyter/jupyter_notebook_config.py"


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务