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
Lifeware
biocham
Commits
11bb6f95
Commit
11bb6f95
authored
Sep 13, 2019
by
SOLIMAN Sylvain
Browse files
solve weird slash problem
parent
0338d9bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmpnb/tmpnb_panama.sh
View file @
11bb6f95
...
...
@@ -2,4 +2,4 @@
export
TOKEN
=
$(
head
-c
30 /dev/urandom | xxd
-p
)
docker run
-d
--restart
=
always
--net
=
host
-e
CONFIGPROXY_AUTH_TOKEN
=
$TOKEN
--expose
8000
--name
=
proxy jupyterhub/configurable-http-proxy
--default-target
http://127.0.0.1:9999
docker run
-d
--restart
=
always
--net
=
host
-e
CONFIGPROXY_AUTH_TOKEN
=
$TOKEN
--name
=
tmpnb
-v
/var/run/docker.sock:/docker.sock jupyter/tmpnb python orchestrate.py
--image
=
'registry.gitlab.inria.fr/lifeware/biocham:v4.1.29'
--pool-size
=
40
--command
=
'start.sh biocham --notebook --NotebookApp.base_url=
/
{base_path} --NotebookApp.token={token} --ip=0.0.0.0 --port {port}'
docker run
-d
--restart
=
always
--net
=
host
-e
CONFIGPROXY_AUTH_TOKEN
=
$TOKEN
--name
=
tmpnb
-v
/var/run/docker.sock:/docker.sock jupyter/tmpnb python orchestrate.py
--image
=
'registry.gitlab.inria.fr/lifeware/biocham:v4.1.29'
--pool-size
=
40
--command
=
'start.sh biocham --notebook --NotebookApp.base_url={base_path} --NotebookApp.token={token} --ip=0.0.0.0 --port {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