mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 22:12:57 +00:00
Update pre-commit hooks, fix MD059/descriptive-link-text
This commit is contained in:
@@ -140,7 +140,7 @@ or executables (`chmod +x`) to be run to the paths below:
|
||||
- `/usr/local/bin/before-notebook.d/` - handled **after** all the standard options noted above are applied
|
||||
and ran right before the Server launches
|
||||
|
||||
See the `run-hooks.sh` script [here](https://github.com/jupyter/docker-stacks/blob/main/images/docker-stacks-foundation/run-hooks.sh) and how it's used in the [`start.sh`](https://github.com/jupyter/docker-stacks/blob/main/images/docker-stacks-foundation/start.sh)
|
||||
[Open the `run-hooks.sh` script](https://github.com/jupyter/docker-stacks/blob/main/images/docker-stacks-foundation/run-hooks.sh) and how it's used in the [`start.sh`](https://github.com/jupyter/docker-stacks/blob/main/images/docker-stacks-foundation/start.sh)
|
||||
script for execution details.
|
||||
|
||||
## SSL Certificates
|
||||
|
@@ -4,7 +4,7 @@ This section describes how to build a custom set of images.
|
||||
It may be helpful if you need to change the Ubuntu or Python version, or to make a significant change to the build process itself.
|
||||
|
||||
This project only builds one set of images at a time.
|
||||
If you want to use older images, take a look [here](../index.rst/#using-old-images).
|
||||
If you want to use older images, [take a look here](../index.rst/#using-old-images).
|
||||
|
||||
## Automating your build using template cookiecutter project
|
||||
|
||||
|
@@ -6,8 +6,7 @@ There are two types of data you might want to persist.
|
||||
|
||||
1. If you want to persist your environment (i.e. packages installed by `mamba`, `conda`, `pip`, `apt-get`, and so on),
|
||||
then you should create an inherited image and install packages only once while building your Dockerfile.
|
||||
An example of using `mamba` and `pip` in a child image is available
|
||||
[here](./recipes.md#using-mamba-install-recommended-or-pip-install-in-a-child-docker-image).
|
||||
Take a look at [an example of using `mamba` and `pip`](./recipes.md#using-mamba-install-recommended-or-pip-install-in-a-child-docker-image) in a child image.
|
||||
|
||||
```{note}
|
||||
If you install a package inside a running container (for example you run `pip install <package>` in a terminal),
|
||||
@@ -30,7 +29,7 @@ Adding them all is impossible, so we have several images to choose from.
|
||||
|
||||
## Who is `jovyan`
|
||||
|
||||
As described [here](https://github.com/jupyter/docker-stacks/issues/358#issuecomment-288844834):
|
||||
As described [in this issue comment](https://github.com/jupyter/docker-stacks/issues/358#issuecomment-288844834):
|
||||
|
||||
```text
|
||||
Jo·vy·an
|
||||
@@ -40,7 +39,7 @@ noun – an inhabitant of Jupyter
|
||||
|
||||
`Jovyan` is often a special term used to describe members of the Jupyter community.
|
||||
It is also used as the user ID in the Jupyter Docker stacks or referenced in conversations.
|
||||
You can find more information [here](https://docs.jupyter.org/en/latest/community/content-community.html#what-is-a-jovyan).
|
||||
You can find more information on [the Jupyter Community documentation](https://docs.jupyter.org/en/latest/community/content-community.html#what-is-a-jovyan).
|
||||
|
||||
## How to give root permissions to the user
|
||||
|
||||
|
@@ -60,7 +60,7 @@ docker run -it --rm \
|
||||
The default version of `Python` that ships with the image may not be the version you want.
|
||||
The instructions below permit adding a conda environment with a different `Python` version and making it accessible to Jupyter.
|
||||
You may also use older images like `jupyter/base-notebook:python-3.10`.
|
||||
A list of all tags can be found [here](https://github.com/jupyter/docker-stacks/wiki).
|
||||
We also maintain a [full build history](https://github.com/jupyter/docker-stacks/wiki).
|
||||
|
||||
```{literalinclude} recipe_code/custom_environment.dockerfile
|
||||
:language: docker
|
||||
@@ -176,7 +176,7 @@ We also have contributed recipes for using JupyterHub.
|
||||
|
||||
### Use JupyterHub's DockerSpawner
|
||||
|
||||
You can find an example of using DockerSpawner [here](https://github.com/jupyterhub/jupyterhub-deploy-docker/tree/main/basic-example).
|
||||
You can find [an example of using DockerSpawner](https://github.com/jupyterhub/jupyterhub-deploy-docker/tree/main/basic-example).
|
||||
|
||||
### Containers with a specific version of JupyterHub
|
||||
|
||||
|
Reference in New Issue
Block a user