Created
December 15, 2018 13:05
-
-
Save alexhallam/5fbc382ff066eb2559608a6382a3f3f3 to your computer and use it in GitHub Desktop.
Code to setup rocker
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 -dit --restart unless-stopped -v $PWD/share:/home/rstudio/share -p 8787:8787 -e PASSWORD=*** --name rstudio rocker/rstudio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment