plasmabio / plasma

Plasma is an e-learning Jupyter-based platform for data analysis
https://docs.plasmabio.org
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

Fix some typos in contributing / documentation #182

Closed pierrepo closed 4 years ago

pierrepo commented 4 years ago

The Contributing part of the documentation explains how to install plasma locally.

To pull the the repo2docker Docker image, the command

docker pull jupyter/repo2docker

failed:

Using default tag: latest
Error response from daemon: manifest for jupyter/repo2docker:latest not found: manifest unknown: manifest unknown

and should be replaced by:

docker pull jupyter/repo2docker:master

as in tljh-repo2docker.

pierrepo commented 4 years ago

I propose to update the documentation accordingly.

jtpio commented 4 years ago

Good catch.

The fix is indeed to change:

docker pull jupyter/repo2docker

By:

docker pull jupyter/repo2docker:master

Here: https://github.com/plasmabio/plasma/blob/master/docs/contributing/local.rst#pull-the-repo2docker-docker-image