1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

add jupyter/notebook

This commit is contained in:
kev 2016-05-27 13:24:39 +08:00
parent ed0dda599c
commit e82acf79ec
3 changed files with 10 additions and 0 deletions

@ -130,6 +130,7 @@ A collection of delicious docker recipes.
- [x] gliderlabs/registrator - [x] gliderlabs/registrator
- [x] gogs :cn: - [x] gogs :cn:
- [x] jenkins - [x] jenkins
- [x] jupyter/notebook
- [x] letsencrypt - [x] letsencrypt
- [x] mongo - [x] mongo
- [x] neo4j - [x] neo4j

2
jupyter/README.md Normal file

@ -0,0 +1,2 @@
jupyter
=======

@ -0,0 +1,7 @@
notebook:
image: jupyter/notebook
ports:
- "8888:8888"
volumes:
- ./notebooks:/notebooks
restart: unless-stopped