Skip to content

Docker container based on Rocker RStudio verse for CyVerse VICE

License

Notifications You must be signed in to change notification settings

nathaliagg/docker_xcms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerHub Docker Image Size (tag) GitHub last commit

Docker container for XCMS and tandem MS data analysiss

Based on the Rocker-Project.org Docker RStudio verse container for CyVerse Discovery Environment (DE) data science workbench.

Instructions

1 - Pull the container from DockerHub

docker pull nathaliagg/rstudio-xcms:latest

2 - Run on Atmosphere VM or locally

docker run -it --rm -v /$HOME:/app --workdir /app -p 8787:80 -e REDIRECT_URL=http://<IP_ADDRESS_ATMO_VM>:8787 nathaliagg/rstudio-xcms:latest

The default username is rstudio and password is rstudio1. To reset the password, add the flag -e PASSWORD=<yourpassword> in the docker run statement.

About

Docker container based on Rocker RStudio verse for CyVerse VICE

Resources

License

Stars

Watchers

Forks