Skip to content

Commit

Permalink
Added information specific to climate docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Fouilloux authored Nov 23, 2019
1 parent f7fd7d9 commit 32f99bf
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
[![Build Status](https://travis-ci.org/bgruening/docker-jupyter-notebook.svg?branch=master)](https://travis-ci.org/bgruening/docker-jupyter-notebook)
[![Docker Repository on Quay](https://quay.io/repository/bgruening/docker-jupyter-notebook/status "Docker Repository on Quay")](https://quay.io/repository/bgruening/docker-jupyter-notebook)
[![DOI](https://zenodo.org/badge/5466/bgruening/docker-jupyter-notebook.svg)](https://zenodo.org/badge/latestdoi/5466/bgruening/docker-jupyter-notebook)
[![Manuscript](https://img.shields.io/badge/DOI-10.1371/journal.pcbi.1005425-blue.svg)](https://doi.org/10.1371/journal.pcbi.1005425)
Docker Climate Analysis Jupyter Container
==========================================



Docker Jupyter Container
========================


This [Jupyter](http://jupyter.org/) Docker container is used by the [Galaxy Project](https://galaxyproject.org/) and can be installed from the [docker.io index](https://registry.hub.docker.com/u/bgruening/docker-jupyter-notebook/).
This [Jupyter](http://jupyter.org/) Docker container is used by the [Galaxy Project](https://galaxyproject.org/) and can be installed from the [docker.io index](https://hub.docker.com/r/nordicesmhub/docker-climate-notebook).

```bash
docker pull bgruening/docker-jupyter-notebook
Expand All @@ -22,17 +15,17 @@ Usage

[Docker](https://www.docker.com) is a pre-requirement for this project. You can build the container with:
```bash
docker build -t jupyter-notebook .
docker build -t climate-notebook .
```
The build process can take some time, but if finished you can run your container with:
```bash
docker run -p 7777:8888 -i -t jupyter-notebook
docker run -p 7777:8888 -i -t climate-notebook
```
and you will have a running [Jupyter Notebook](http://jupyter.org) instance on ``http://localhost:7777/ipython/``.

* Run a pre-build image from docker registry

``docker run -p 7777:8888 bgruening/docker-jupyter-notebook ``
``docker run -p 7777:8888 nordicesmhub/docker-climate-notebook ``


Environment Variables
Expand All @@ -57,12 +50,12 @@ Authors

* Bjoern Gruening
* Eric Rasche
* Anne Fouilloux

History
=======

- v0.1: Initial public release
- with Julia, Bash, Python2/3, Ruby, Haskell and R kernels
- v1.0: Initial public release with [pangeo notebook](https://github.com/pangeo-data/pangeo-stacks/tree/master/pangeo-notebook) sotware stack and a few more additional packages.


Licence (MIT)
Expand Down

0 comments on commit 32f99bf

Please sign in to comment.