Run update.sh
This commit is contained in:
parent
18225eea56
commit
df235148ba
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||

|
||||

|
||||
|
||||
# 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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue