@@ -16,7 +16,7 @@ Possible **use cases** include:
16
16
17
17
This deployment is ** NOT** intended for a production environment.
18
18
It 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 .
20
20
21
21
If you are looking for a more robust solution to host JupyterHub, or
22
22
you require scaling beyond a single host, please check out the
@@ -31,6 +31,7 @@ Key components of this reference deployment are:
31
31
in a Docker container on the host.
32
32
33
33
- ** Authenticator** : Uses [ Native Authenticator] ( https://github.com/jupyterhub/nativeauthenticator ) to authenticate users.
34
+ Any user will be allowed to sign-up
34
35
35
36
- ** Spawner** : Uses [ DockerSpawner] ( https://github.com/jupyter/dockerspawner )
36
37
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
55
56
56
57
This deployment uses [ JupyterHub Native Authenticator] ( https://native-authenticator.readthedocs.io/en/latest/ ) to authenticate users.
57
58
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.
59
60
60
61
## Build the JupyterHub Docker image
61
62
62
63
1 . 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:
65
65
66
66
``` bash
67
67
docker-compose build
@@ -92,7 +92,7 @@ Notebook image, which is built from the `minimal-notebook`
92
92
You can pull the image using the following command:
93
93
94
94
``` bash
95
- docker pull jupyter/minimal-notebook
95
+ docker pull jupyter/minimal-notebook:latest
96
96
```
97
97
98
98
## Run JupyterHub
0 commit comments