Extends the docker image rocker/rstudio, providing libraries for computational metagenomics.
- latest: GitHub snapshot
-
Download the latest version:
docker pull compmetagen/rstudio
-
Run an instance of the image, mounting the host directory:
docker run -v /Users/davide/rstudio:/home/rstudio -d -p 8787:8787 compmetagen/rstudio
-
Determine the ip address of your machine:
docker-machine ip
-
Using a web browser visit that address appended with the port (8787), e.g.:
192.168.99.100:8787
- You can now login using default username (rstudio) and password (rstudio).