Skip to content

Instantly share code, notes, and snippets.

@larsvilhuber
Created August 16, 2022 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsvilhuber/36c16fc44240c018d6f2f700b302a34e to your computer and use it in GitHub Desktop.
Save larsvilhuber/36c16fc44240c018d6f2f700b302a34e to your computer and use it in GitHub Desktop.
Starting Rstudio without authentication
docker run -e DISABLE_AUTH=true -v $WORKSPACE:/home/rstudio --rm -p 8787:8787 $space/$repo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment