mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-04 03:48:55 +02:00
add jupyter/notebook
This commit is contained in:
parent
ed0dda599c
commit
e82acf79ec
@ -130,6 +130,7 @@ A collection of delicious docker recipes.
|
||||
- [x] gliderlabs/registrator
|
||||
- [x] gogs :cn:
|
||||
- [x] jenkins
|
||||
- [x] jupyter/notebook
|
||||
- [x] letsencrypt
|
||||
- [x] mongo
|
||||
- [x] neo4j
|
||||
|
2
jupyter/README.md
Normal file
2
jupyter/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
jupyter
|
||||
=======
|
7
jupyter/docker-compose.yml
Normal file
7
jupyter/docker-compose.yml
Normal file
@ -0,0 +1,7 @@
|
||||
notebook:
|
||||
image: jupyter/notebook
|
||||
ports:
|
||||
- "8888:8888"
|
||||
volumes:
|
||||
- ./notebooks:/notebooks
|
||||
restart: unless-stopped
|
Loading…
Reference in New Issue
Block a user