Correct minor error in image documentation, and update logo (#1671)

* small correction noticed in rocker-org/rocker issue #381

url https://github.com/rocker-org/rocker/issues/381

* update R logo

official source under CC-BY-SA 4.0: https://www.r-project.org/logo/
This commit is contained in:
Dirk Eddelbuettel 2020-03-09 14:17:36 -05:00 committed by GitHub
parent 2b697427d1
commit 18225eea56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $ docker run -ti --rm -v "$PWD":/home/docker -w /home/docker -u docker %%IMAGE%%
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 %%IMAGE%% /usr/bin/bash
$ docker run -ti --rm %%IMAGE%% bash
$ vim.tiny myscript.R
```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 47 KiB