ash-docker provides a Docker image for reproducing the simulation, analysis,
and paper of the ash project,
It is also a production-ready environment for running ashr.
The Docker image is built on
ash-packrat.
Download the ash-docker image and run a container named ash:
docker pull road2stat/ash-docker
Run make to generate the simulation results, analysis, paper, and make them available in a folder accessible from the host:
cd /home/user/
mkdir ash-docker-share
docker run -v /home/rstudio/:/home/user/ash-docker-share --name ash road2stat/ash-docker make
Note 1: replace
userwith your system user name.
Note 2: running this will take several hours.
docker run -d -p 8787:8787 --name ash road2stat/ash-docker
rstudio/rstudio
to log in to the RStudio Server. Compile and interact with the R Markdown
documents in the analysis/ directory.To stop and remove the running container ash:
docker stop ash
docker rm ash
To remove the ash-docker image:
docker rmi road2stat/ash-docker
Content type
Image
Digest
sha256:488fca338…
Size
780.3 MB
Last updated
almost 11 years ago
docker pull road2stat/ash-docker:master