You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### If I change the name of the Notebook server image to spawn, do I need to restart JupyterHub?
144
144
145
-
Yes. JupyterHub reads its configuration which includes the container image
145
+
Yes. JupyterHub reads its configuration, which includes the container image
146
146
name for DockerSpawner. JupyterHub uses this configuration to determine the
147
147
Notebook server image to spawn during startup.
148
148
@@ -156,9 +156,9 @@ again to their individual notebook servers. However, users may need to
156
156
refresh their browser to re-establish connections to the running Notebook
157
157
kernels.
158
158
159
-
### How can I backup a user's notebook directory?
159
+
### How can I back up a user's notebook directory?
160
160
161
-
There are multiple ways to [backup and restore](https://docs.docker.com/engine/userguide/containers/dockervolumes/#backup-restore-or-migrate-data-volumes) data in Docker containers.
161
+
There are multiple ways to [Back up and restore data](https://docs.docker.com/desktop/backup-and-restore/) in Docker containers.
162
162
163
163
Suppose you have the following running containers:
164
164
@@ -178,7 +178,7 @@ In this deployment, the user's notebook directories (`/home/jovyan/work`) are ba
178
178
[{jtyberg /var/lib/docker/volumes/jtyberg/_data /home/jovyan/work local rw true rprivate}]
179
179
```
180
180
181
-
We can backup the user's notebook directory by running a separate container that mounts the user's volume and creates a tarball of the directory.
181
+
We can back up the user's notebook directory by running a separate container that mounts the user's volume and creates a tarball of the directory.
0 commit comments