mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-08 02:24:04 +00:00
Fix more broken links
This commit is contained in:
@@ -131,7 +131,7 @@ you merge a GitHub pull request to the main branch of your project.
|
|||||||
## Defining Your Image
|
## Defining Your Image
|
||||||
|
|
||||||
Make edits to the Dockerfile in your project to add third-party libraries and configure Jupyter applications.
|
Make edits to the Dockerfile in your project to add third-party libraries and configure Jupyter applications.
|
||||||
Refer to the Dockerfiles for the core stacks (e.g., [jupyter/datascience-notebook](https://github.com/jupyter/docker-stacks/blob/main/datascience-notebook/Dockerfile))
|
Refer to the Dockerfiles for the core stacks (e.g., [jupyter/datascience-notebook](https://github.com/jupyter/docker-stacks/blob/main/images/datascience-notebook/Dockerfile))
|
||||||
to get a feel for what's possible and the best practices.
|
to get a feel for what's possible and the best practices.
|
||||||
|
|
||||||
[Submit pull requests](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request)
|
[Submit pull requests](https://github.com/PointCloudLibrary/pcl/wiki/A-step-by-step-guide-on-preparing-and-submitting-a-pull-request)
|
||||||
|
@@ -135,7 +135,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
|
- `/usr/local/bin/before-notebook.d/` - handled **after** all the standard options noted above are applied
|
||||||
and ran right before the Server launches
|
and ran right before the Server launches
|
||||||
|
|
||||||
See the `run-hooks` function in the [`jupyter/docker-stacks-foundation start.sh`](https://github.com/jupyter/docker-stacks/blob/main/docker-stacks-foundation/start.sh)
|
See the `run-hooks` function in the [`jupyter/docker-stacks-foundation start.sh`](https://github.com/jupyter/docker-stacks/blob/main/images/docker-stacks-foundation/start.sh)
|
||||||
script for execution details.
|
script for execution details.
|
||||||
|
|
||||||
## SSL Certificates
|
## SSL Certificates
|
||||||
@@ -171,7 +171,7 @@ For additional information about using SSL, see the following:
|
|||||||
- The [docker-stacks/examples](https://github.com/jupyter/docker-stacks/tree/main/examples)
|
- The [docker-stacks/examples](https://github.com/jupyter/docker-stacks/tree/main/examples)
|
||||||
for information about how to use
|
for information about how to use
|
||||||
[Let's Encrypt](https://letsencrypt.org/) certificates when you run these stacks on a publicly visible domain.
|
[Let's Encrypt](https://letsencrypt.org/) certificates when you run these stacks on a publicly visible domain.
|
||||||
- The [`jupyter_server_config.py`](https://github.com/jupyter/docker-stacks/blob/main/base-notebook/jupyter_server_config.py)
|
- The [`jupyter_server_config.py`](https://github.com/jupyter/docker-stacks/blob/main/images/base-notebook/jupyter_server_config.py)
|
||||||
file for how this Docker image generates a self-signed certificate.
|
file for how this Docker image generates a self-signed certificate.
|
||||||
- The [Jupyter Server documentation](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html#securing-a-jupyter-server)
|
- The [Jupyter Server documentation](https://jupyter-server.readthedocs.io/en/latest/operators/public-server.html#securing-a-jupyter-server)
|
||||||
for best practices about securing a public Server in general.
|
for best practices about securing a public Server in general.
|
||||||
|
Reference in New Issue
Block a user