vignettes/docker.Rmd
docker.Rmd
We have set up a Docker image linked to RStudio with Giotto pre-installed. Follow these instructions to create your own Docker container and run Giotto:
docker pull delron01/giotto:latest
docker run --rm -p 8787:8787 -e PASSWORD=mypassword delron01/giotto:latest
Open the browser of your choice and enter
localhost:yourport
.
yourport
is either 8787
or the port
you assigned it in step 2.You will be directed to an RStudio login.
Username: rstudio
Password: mypassword
Run the following:
Now you can run any analysis with Giotto!