Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
container-manager
Commits
bbdf09ef
Commit
bbdf09ef
authored
Sep 26, 2018
by
Adam Fekete
Browse files
start jupyter in /data/private
parent
ea03cc08
Changes
1
Hide whitespace changes
Inline
Side-by-side
kubeTemplates/jupyterTemplate.yaml
View file @
bbdf09ef
...
...
@@ -15,7 +15,7 @@ spec:
-
image
:
"
{{image}}"
name
:
"
{{imageType}}"
command
:
[
"
start-notebook.sh"
]
args
:
[
"
--NotebookApp.token=
\"\"
"
,
"
--NotebookApp.base_url=/jupyter"
,
"
--NotebookApp.allow_origin=*"
,
"
--NotebookApp.notebook_dir=/data"
]
args
:
[
"
--NotebookApp.token=
\"\"
"
,
"
--NotebookApp.base_url=/jupyter"
,
"
--NotebookApp.allow_origin=*"
,
"
--NotebookApp.notebook_dir=/data
/private/
"
]
ports
:
-
containerPort
:
{{
port
}}
name
:
"
main-port"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment