add mount site
This commit is contained in:
@@ -35,7 +35,8 @@ c.DockerSpawner.notebook_dir = notebook_dir
|
|||||||
# notebook directory in the container
|
# notebook directory in the container
|
||||||
c.DockerSpawner.volumes = {
|
c.DockerSpawner.volumes = {
|
||||||
"jupyterhub-user-{username}": notebook_dir,
|
"jupyterhub-user-{username}": notebook_dir,
|
||||||
"/mnt/mydrive": "/home/jovyan/work/mydrive"
|
"/mnt/mydrive": "/home/jovyan/work/mydrive",
|
||||||
|
"/mnt/mydrive/project/docker-jupyterhub/id_rsa": "/home/jovyan/.ssh/id_rsa",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user