mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-18 15:33:02 +00:00
Fix mistypos
This commit is contained in:
@@ -283,7 +283,7 @@ and tornado < 5.0.
|
|||||||
coroutines, and CPU/memory/FD consumption.
|
coroutines, and CPU/memory/FD consumption.
|
||||||
- Add async `Spawner.get_options_form` alternative to `.options_form`, so it can be a coroutine.
|
- Add async `Spawner.get_options_form` alternative to `.options_form`, so it can be a coroutine.
|
||||||
- Add `JupyterHub.redirect_to_server` config to govern whether
|
- Add `JupyterHub.redirect_to_server` config to govern whether
|
||||||
users should be sent to their server on login or the JuptyerHub home page.
|
users should be sent to their server on login or the JupyterHub home page.
|
||||||
- html page templates can be more easily customized and extended.
|
- html page templates can be more easily customized and extended.
|
||||||
- Allow registering external OAuth clients for using the Hub as an OAuth provider.
|
- Allow registering external OAuth clients for using the Hub as an OAuth provider.
|
||||||
- Add basic prometheus metrics at `/hub/metrics` endpoint.
|
- Add basic prometheus metrics at `/hub/metrics` endpoint.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# JupyterHub Dockerfile that loads your jupyterhub_config.py
|
# JupyterHub Dockerfile that loads your jupyterhub_config.py
|
||||||
#
|
#
|
||||||
# Adds ONBUILD step to jupyter/jupyterhub to load your juptyerhub_config.py into the image
|
# Adds ONBUILD step to jupyter/jupyterhub to load your jupyterhub_config.py into the image
|
||||||
#
|
#
|
||||||
# Derivative images must have jupyterhub_config.py next to the Dockerfile.
|
# Derivative images must have jupyterhub_config.py next to the Dockerfile.
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
If you base a Dockerfile on this image:
|
If you base a Dockerfile on this image:
|
||||||
|
|
||||||
FROM juptyerhub/jupyterhub-onbuild:0.6
|
FROM jupyterhub/jupyterhub-onbuild:0.6
|
||||||
...
|
...
|
||||||
|
|
||||||
then your `jupyterhub_config.py` adjacent to your Dockerfile will be loaded into the image and used by JupyterHub.
|
then your `jupyterhub_config.py` adjacent to your Dockerfile will be loaded into the image and used by JupyterHub.
|
||||||
|
Reference in New Issue
Block a user