Created
May 15, 2020 13:31
-
-
Save PhearZero/3f9988cc6c280c99cfeda0d2d93c9d27 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
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