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
### How can I view the logs for JupyterHub or users' Notebook servers?
138
134
139
-
Use `docker logs <container>`. For example, to view the logs of the `jupyterhub` container
135
+
Use `docker logs <container>`. For example, to view the logs of the `jupyterhub` container
140
136
141
137
```bash
142
138
docker logs jupyterhub
@@ -175,7 +171,7 @@ kernels.
175
171
176
172
### How can I backup a user's notebook directory?
177
173
178
-
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.
174
+
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.
179
175
180
176
Suppose you have the following running containers:
181
177
@@ -195,7 +191,7 @@ In this deployment, the user's notebook directories (`/home/jovyan/work`) are ba
195
191
[{jtyberg /var/lib/docker/volumes/jtyberg/_data /home/jovyan/work local rw true rprivate}]
196
192
```
197
193
198
-
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.
194
+
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.
0 commit comments