Skip to content

Commit

Permalink
Fix broken link container-images.md (#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarilabs committed Feb 21, 2024
1 parent 6129538 commit 2c33d70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/components/notebooks/container-images.md
Expand Up @@ -142,7 +142,7 @@ The purpose of this script is to snapshot any `KUBERNETES_*` environment variabl

Extra services to be monitored by `s6-overlay` should be placed in their own folder under `/etc/services.d/` containing a script called `run` and optionally a finishing script `finish`.

An example of a service can be found in the `run` script of [jupyter/s6/services.d/jupyterlab](jupyter/s6/services.d/jupyterlab) which is used to start JupyterLab itself.
An example of a service can be found in the `run` script of [`.jupyter/s6/services.d/jupyterlab`](https://github.com/kubeflow/kubeflow/tree/master/components/example-notebook-servers/jupyter/s6/services.d/jupyterlab) which is used to start JupyterLab itself.
For more information about the `run` and `finish` scripts, please see the [s6-overlay documentation](https://github.com/just-containers/s6-overlay#writing-a-service-script).

#### Run Services As Root
Expand All @@ -154,4 +154,4 @@ Our example images run `s6-overlay` as `$NB_USER` (not `root`), meaning any file
## Next steps

- Use your container image by specifying it when spawning your notebook server.
(See the [quickstart guide](/docs/components/notebooks/quickstart-guide/).)
(See the [quickstart guide](/docs/components/notebooks/quickstart-guide/).)

0 comments on commit 2c33d70

Please sign in to comment.