Move wiki ref higher in the README

This commit is contained in:
Peter Parente
2016-01-11 21:56:02 -05:00
parent c922d1f83e
commit 258a9ccdac

View File

@@ -23,6 +23,7 @@ If this is your first time using Docker or any of the Jupyter projects, do the f
## Tips and Gotchas
* `tini -- start-notebook.sh` is the default Docker entrypoint-plus-command in every notebook stack. If you plan to modify it any way, be sure to check the *Notebook Options* section of your stack's README to understand the consequences.
* Check the [Docker recipes wiki page](https://github.com/jupyter/docker-stacks/wiki/Docker-Recipes) attached to this project for information about extending and deploying the Docker images defined here. Add to the wiki if you have relevant information.
## Stacks, Tags, Versioning, and Progress
@@ -36,10 +37,6 @@ Starting with [git commit SHA 9bd33dcc8688](https://github.com/jupyter/docker-st
* Users who want to know the contents of a specific tagged image on Docker Hub can take its tag and use it as a git SHA to inspect the state of this repo at the time of that image build.
* For legacy reasons, there are two additional tags named `3.2` and `4.0` on Docker Hub which point to images prior to our versioning scheme switch.
## Beyond Stacks
If you've got information to share about how to install extensions, libraries, features, packages, etc. beyond what the base stacks provide, please add it to the [Docker Recipes](https://github.com/jupyter/docker-stacks/wiki/Docker-Recipes) page in this repo's wiki.
## Maintainer Workflow
For PRs that impact the definition of one or more stacks: