diff --git a/r-base/content.md b/r-base/content.md index 22bb589f5..bcd50d8c4 100644 --- a/r-base/content.md +++ b/r-base/content.md @@ -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 ``` diff --git a/r-base/logo.png b/r-base/logo.png index c17a0174b..be48e3074 100644 Binary files a/r-base/logo.png and b/r-base/logo.png differ