mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-17 23:12:56 +00:00
Doc start-notebook.d as well
This commit is contained in:
@@ -37,10 +37,16 @@ the notebook server. You do so by passing arguments to the `docker run` command.
|
|||||||
|
|
||||||
### Startup Hooks
|
### Startup Hooks
|
||||||
|
|
||||||
If you require additional customizations to the runtime behavior of the
|
You can further customize the container environment by adding shell scripts (`*.sh`) to be sourced
|
||||||
notebook server then you should add shell scripts into the folder
|
or executables (`chmod +x`) to be run to the paths below:
|
||||||
`/usr/local/bin/before-notebook.d/` inside the container. These scripts
|
|
||||||
will be sourced at runtime before the notebook server launches.
|
* `/usr/local/bin/start-notebook.d/` - handled before any of the standard options noted above
|
||||||
|
are applied
|
||||||
|
* `/usr/local/bin/before-notebook.d/` - handled after all o the standard options noted above are
|
||||||
|
applied and just before the notebook server launches
|
||||||
|
|
||||||
|
See the `run-hooks` function in the [`jupyter/base-notebook start.sh`](https://github.com/jupyter/docker-stacks/blob/master/base-notebook/start.sh)
|
||||||
|
script for execution details.
|
||||||
|
|
||||||
## SSL Certificates
|
## SSL Certificates
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user