Skip to content

Instantly share code, notes, and snippets.

@alexhallam
Created December 15, 2018 13:05
Show Gist options
  • Save alexhallam/5fbc382ff066eb2559608a6382a3f3f3 to your computer and use it in GitHub Desktop.
Save alexhallam/5fbc382ff066eb2559608a6382a3f3f3 to your computer and use it in GitHub Desktop.
Code to setup rocker
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