$ docker build --tag rstudio_3.4.2 https://github.com/pconwell/rstudio.git#master`
$ docker run -d --name=rstudio -p 8787:8787 -e USER=<username> -e PASSWORD=<password> rstudio_3.4.2
$ docker run -d --name=rstudio -p 8787:8787 -e USER=<name> -e PASSWORD=<password> pconwell/rstudio
Once the container has installed, visit localhost:8787 in your browser and log in with the username and password you provided during install.
add instructions here later
$ docker exec -ti rstudio bash
You can now perform maintenance operations requiring root behavior such as apt-get, adding/removing users, etc. If you did not specify a name during install, you will need to find the containers ID and replace rstudio with the containers ID.
This container is just a wrapper for the https://hub.docker.com/r/rocker/rstudio/ project. I needed some packages intall and this container automatically installs those packages for me. You are almost certainly better off using the original project unless you just happen to need the same packages I need.
See the Wiki for additional documentation and use cases: https://github.com/rocker-org/rocker/wiki
Do not contribute to this project. If you would like to contribute, please contribute to the original project:
Anyone interested in proposing or collaborating on additional use cases should read our guide to contributing and get in touch
The Dockerfiles in this repository are licensed under the GPL 2 or later.
RStudio is a registered trademark of RStudio, Inc. The use of the trademarked term RStudio and the distribution of the RStudio binaries through the images hosted on hub.docker.com has been granted by explicit permission of RStudio. Please review RStudio's trademark use policy and address inquiries about further distribution or other questions to [email protected].
Content type
Image
Digest
Size
588.5 MB
Last updated
almost 8 years ago
docker pull pconwell/rstudio