Skip to content

Commit 39aa9ad

Browse files
authored
Update README.md
1 parent d924eed commit 39aa9ad

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
[![Build Status](https://travis-ci.com/bgruening/docker-jupyter-notebook.svg?branch=master)](https://travis-ci.com/bgruening/docker-jupyter-notebook)
2-
[![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)
1+
[![Docker Repository on Quay](https://quay.io/repository/galaxy/docker-jupyter-notebook/status "Docker Repository on Quay")](https://quay.io/repository/bgruening/docker-jupyter-notebook)
32
[![DOI](https://zenodo.org/badge/5466/bgruening/docker-jupyter-notebook.svg)](https://zenodo.org/badge/latestdoi/5466/bgruening/docker-jupyter-notebook)
43
[![Manuscript](https://img.shields.io/badge/DOI-10.1371/journal.pcbi.1005425-blue.svg)](https://doi.org/10.1371/journal.pcbi.1005425)
54

65

7-
86
Docker Jupyter Container
97
========================
108

119

1210
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/).
1311

1412
```bash
15-
docker pull bgruening/docker-jupyter-notebook
13+
docker pull quay.io/galaxy/docker-jupyter-notebook
1614
```
1715

1816
Usage
@@ -32,7 +30,7 @@ Usage
3230

3331
* Run a pre-build image from docker registry
3432

35-
``docker run -p 7777:8888 bgruening/docker-jupyter-notebook ``
33+
``docker run -p 7777:8888 quay.io/galaxy/docker-jupyter-notebook:25.04 ``
3634

3735

3836
Environment Variables

0 commit comments

Comments
 (0)