From 513218c44b0a3ba7538b2626a03e34623ee5d98f Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 28 Jul 2023 22:50:23 +0400 Subject: [PATCH] Update jupyterhub specific version choice docs --- docs/using/recipes.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/using/recipes.md b/docs/using/recipes.md index f1efb5f2..a57e37b6 100644 --- a/docs/using/recipes.md +++ b/docs/using/recipes.md @@ -169,8 +169,9 @@ You can find an example of using DockerSpawner [here](https://github.com/jupyter ### Containers with a specific version of JupyterHub -To use a specific version of JupyterHub, the version of `jupyterhub` in your image should match the -version in the Hub itself. +The version of `jupyterhub` in your image should match the +version in the JupyterHub itself. +To use a specific version of JupyterHub, do the following: ```{literalinclude} recipe_code/jupyterhub_version.dockerfile :language: docker