Skip to content
GitLab
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
66cdccc2
Commit
66cdccc2
authored
Jan 23, 2020
by
Sylvain Soliman
Browse files
panama
parent
c6779ba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tmpnb/tmpnb_panama.sh
View file @
66cdccc2
...
...
@@ -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.2
9'
--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.
3.
9'
--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
.
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