From 99469ac7da07ffbd6af82952397bd13c4bf912a9 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Mon, 1 Dec 2014 21:35:59 -0800 Subject: [PATCH] Add license link and correct CMD example as suggested by @tianon --- r-base/README.md | 5 ++--- r-base/content.md | 2 +- r-base/license.md | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/r-base/README.md b/r-base/README.md index 11695d90a..77e9d78b1 100644 --- a/r-base/README.md +++ b/r-base/README.md @@ -69,7 +69,7 @@ Use `r-base` as a base for your own Dockerfiles. For instance, something along t FROM r-base:latest COPY . /usr/local/src/myscripts WORKDIR /usr/local/src/myscripts - CMD ["Rscript -e myscript.R"] + CMD ["Rscript", "myscript.R"] Build your image with the command: @@ -82,8 +82,7 @@ Further documentation and example use cases can be found at the [rocker-org](htt # License -View [GPL 2 license information](https://github.com/rocker-org/rocker/blob/master/LICENSE) -for the software contained in this image. +View [R-project license information](http://www.r-project.org/Licenses/) for the software contained in this image. # User Feedback diff --git a/r-base/content.md b/r-base/content.md index 305e8fc89..78b660bc8 100644 --- a/r-base/content.md +++ b/r-base/content.md @@ -59,7 +59,7 @@ Use `r-base` as a base for your own Dockerfiles. For instance, something along t FROM r-base:latest COPY . /usr/local/src/myscripts WORKDIR /usr/local/src/myscripts - CMD ["Rscript -e myscript.R"] + CMD ["Rscript", "myscript.R"] Build your image with the command: diff --git a/r-base/license.md b/r-base/license.md index ce5e45ec1..3eef07d01 100644 --- a/r-base/license.md +++ b/r-base/license.md @@ -1,2 +1,2 @@ -View [the GPL 2 license information](https://github.com/rocker-org/rocker/blob/master/LICENSE) -for the software contained in this image. +View [R-project license information](http://www.r-project.org/Licenses/) for the software contained in this image. +