Sign inSign up

axians/r-studio

By axians

Updated almost 9 years ago

Image
1

1.1K

axians/r-studio repository overview

R-studio

Our custom RStudio installation.

Based on Ubuntu, with:

  • GIT
  • RStudio server
  • devtools (dependencies)
  • ODBC
  • IBM DB2 Drivers
  • SQL Server drivers

Credentials

hostusernamepassword
http://127.0.0.1:8787rstudiorstudio

These are ODBC connection string examples for in Rstudio DB2 (example)

DATABASE=BLUDB;HOSTNAME=dashdb-xxx.bluemix.net;PORT=50000;PROTOCOL=TCPIP;UID=dashxxx;PWD=xxx;

Azure (example)

Server=xxx.database.windows.net;Uid=xxx;Pwd=xxx;Database=xxx;

Run the container

docker run -d -p 8787:8787 --name Rstudio axians/r-studio

Tag summary

Content type

Image

Digest

Size

545.6 MB

Last updated

almost 9 years ago

docker pull axians/r-studio