Skip to content

wkmor1/eco-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eco-dev

Docker image for ecological software development

To install:

docker pull ghcr.io/wkmor1/eco-dev

To deploy:

docker run --volume="</path/on/host>:/home/<user>" -p 8787:8787 --restart=no --detach=true --env="USER=<user>" --env="PASSWORD=<password>" --env="ROOT=TRUE" wkmor1/eco-dev

replacing </path/on/host>, <user>, <password> with appropriate values.

Access rstudio on: http://localhost:8787

About

Docker image for ecological software development

Resources

Stars

Watchers

Forks

Releases

No releases published