Skip to content

Instantly share code, notes, and snippets.

@PhearZero
Created May 15, 2020 13:31
Show Gist options
  • Save PhearZero/3f9988cc6c280c99cfeda0d2d93c9d27 to your computer and use it in GitHub Desktop.
Save PhearZero/3f9988cc6c280c99cfeda0d2d93c9d27 to your computer and use it in GitHub Desktop.
docker kill rstudio
docker start rstudio || docker run -d -p 8787:8787 -v %userprofile%:/home/rstudio -e DISABLE_AUTH=true -e PASSWORD=password --name rstudio rocker/rstudio
start chrome "http://localhost:8787"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment