Run update.sh

This commit is contained in:
Docker Library Bot 2020-03-09 20:10:55 +00:00
parent 18225eea56
commit df235148ba
2 changed files with 2 additions and 3 deletions

View File

@ -17,7 +17,6 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`8.8.3`, `8.8`, `8`, `latest`](https://github.com/haskell/docker-haskell/blob/c7675920a33d47aa30ff5456ee622cd61a2d62be/8.8/Dockerfile)
- [`8.8.2`](https://github.com/haskell/docker-haskell/blob/1eaf476bf1a9933898f8e96bb366308485d9353f/8.8/Dockerfile)
- [`8.6.5`, `8.6`](https://github.com/haskell/docker-haskell/blob/c7675920a33d47aa30ff5456ee622cd61a2d62be/8.6/Dockerfile)
# Quick reference

View File

@ -55,7 +55,7 @@ R is a GNU project. The source code for the R software environment is written pr
> [R FAQ](http://cran.r-project.org/doc/FAQ/R-FAQ.html#What-is-R_003f), [wikipedia.org/wiki/R_(programming_language)](http://en.wikipedia.org/wiki/R_%28programming_language%29)
![logo](https://raw.githubusercontent.com/docker-library/docs/878d695448f08584e0b90a88fb60614e4c346d6e/r-base/logo.png)
![logo](https://raw.githubusercontent.com/docker-library/docs/18225eea5667b1bc03a19024eb09ccc482207ecf/r-base/logo.png)
# How to use this image
@ -78,7 +78,7 @@ $ docker run -ti --rm -v "$PWD":/home/docker -w /home/docker -u docker r-base R
Alternatively, just run a bash session on the container first. This allows a user to run batch commands and also edit and run scripts:
```console
$ docker run -ti --rm r-base /usr/bin/bash
$ docker run -ti --rm r-base bash
$ vim.tiny myscript.R
```