@@ -16,7 +16,7 @@ Possible **use cases** include:
1616
1717This deployment is ** NOT** intended for a production environment.
1818It is a reference implementation that does not meet traditional
19- requirements in terms of availability nor scalability.
19+ requirements in terms of availability, scalability, or security .
2020
2121If you are looking for a more robust solution to host JupyterHub, or
2222you require scaling beyond a single host, please check out the
@@ -31,6 +31,7 @@ Key components of this reference deployment are:
3131 in a Docker container on the host.
3232
3333- ** Authenticator** : Uses [ Native Authenticator] ( https://github.com/jupyterhub/nativeauthenticator ) to authenticate users.
34+ Any user will be allowed to sign-up
3435
3536- ** Spawner** : Uses [ DockerSpawner] ( https://github.com/jupyter/dockerspawner )
3637 to spawn single-user Jupyter Notebook servers in separate Docker
@@ -55,13 +56,12 @@ This deployment uses Docker, via [Docker Compose](https://docs.docker.com/compos
5556
5657This deployment uses [ JupyterHub Native Authenticator] ( https://native-authenticator.readthedocs.io/en/latest/ ) to authenticate users.
5758
58- 1 . An single ` admin ` user will be enabled be default.
59+ 1 . An single ` admin ` user will be enabled be default. Any user will be allowed to signup.
5960
6061## Build the JupyterHub Docker image
6162
62631 . Use [ docker-compose] ( https://docs.docker.com/compose/reference/ ) to build
63- the JupyterHub Docker image on the active Docker machine host by running
64- the ` make build ` command:
64+ the JupyterHub Docker image:
6565
6666 ``` bash
6767 docker-compose build
@@ -92,7 +92,7 @@ Notebook image, which is built from the `minimal-notebook`
9292You can pull the image using the following command:
9393
9494``` bash
95- docker pull jupyter/minimal-notebook
95+ docker pull jupyter/minimal-notebook:latest
9696```
9797
9898## Run JupyterHub
0 commit comments