Last active
October 19, 2017 00:08
-
-
Save ErickWendel/a6abef29369f2deeaa624c0d9bff06cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #sudo docker run --rm rocker/rstudio | |
| sudo docker run -d -p 8787:8787 -v ~/Documents/Impacta:/home/rstudio/Impacta rocker/rstudio | |
| echo 'Running at localhost:8787' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment