Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Eoin Clerkin
cbmroot-hub
Commits
61827052
Commit
61827052
authored
May 06, 2020
by
Evgeny Lavrik
Browse files
Add readme
parent
3f69db8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
README.md
README.md
+24
-0
No files found.
README.md
0 → 100644
View file @
61827052
# Jupyterhub interactive environment with CbmRoot
## Set up
Pull image from registry:
*
CERN:
```
bash
docker login
-u
${
USER
}
gitlab-registry.cern.ch
docker pull gitlab-registry.cern.ch/elavrik/cbmroot-hub
```
*
Docker hub:
```
bash
docker pull elavrik/cbmroot-hub
```
## Run
With docker cli
`docker run -it -p 8000:8000 elavrik/cbmroot-hub`
With docker-compose
`docker-compose up -d cbmroot-hub`
Navigate with your browser to
`https://localhost:8000`
use default login
`user`
and password
`test`
to start the session.
Write
Preview
Markdown
is supported
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