Skip to content

AlertaDengue/ADAnalise-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r-script-container

docker template to run R scripts

Building the container

docker build -t r-script-container .

Running the container in an interactive terminal

docker run -v $(pwd):/app -it r-script-container Rscript /app/your_script.R arg1 arg2 arg3

Running the container without a terminal

docker run  r-script-container arg1 arg2 arg3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published