Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Remove information available on website from the README #509

Merged
merged 1 commit into from
Jul 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 2 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,7 @@ For more information about these container images, please see [the Wiki of this

### Image list

| image | description | pulls |
| ---------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
| [r-ver](https://hub.docker.com/r/rocker/r-ver) | Version-stable base R & src build tools | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/r-ver) |
| [rstudio](https://hub.docker.com/r/rocker/rstudio) | Adds rstudio server | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/rstudio) |
| [tidyverse](https://hub.docker.com/r/rocker/tidyverse) | Adds tidyverse & devtools | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/tidyverse) |
| [verse](https://hub.docker.com/r/rocker/verse) | Adds tex & publishing-related packages | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/verse) |
| [geospatial](https://hub.docker.com/r/rocker/geospatial) | Adds geospatial packages on top of 'verse' | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/geospatial) |
| [shiny](https://hub.docker.com/r/rocker/shiny) | Adds shiny server on top of 'r-ver' | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/shiny) |
| [shiny-verse](https://hub.docker.com/r/rocker/shiny-verse) | Adds tidyverse packages on top of 'shiny' | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/shiny-verse) |
| [binder](https://hub.docker.com/r/rocker/binder) | Adds requirements to 'geospatial' to run repositories on [mybinder.org](https://mybinder.org/) | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/binder) |
| [cuda](https://hub.docker.com/r/rocker/cuda) | Adds cuda and Python to 'r-ver' (a.k.a `rocker/r-ver:X.Y.Z-cuda10.1`) | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/cuda) |
| [ml](https://hub.docker.com/r/rocker/ml) | Adds rstudio server, tidyverse, devtools to 'cuda' | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/ml) |
| [ml-verse](https://hub.docker.com/r/rocker/ml-verse) | Adds tex & publishing-related packages & geospatial packages to 'ml' | ![Docker Pulls](https://img.shields.io/docker/pulls/rocker/ml-verse) |
Check [the Rocker project site](https://rocker-project.org/images/#the-versioned-stack) for the list of images.

### Tags

Expand All @@ -90,7 +78,7 @@ that differ slightly from the regular `rocker/geospatial`.

## Modifying and extending images

Check the Rocker project site for common methods for Rocker images. <https://www.rocker-project.org/use/extending/>
Check [the Rocker project site](https://rocker-project.org/use/extending.html) for common methods for Rocker images.

### Install R packages

Expand Down