This folder documents the required steps in working with Docker and Singularity images.
TBD
docker build -t gpcerf_dev .
Step 5: Get the path for the project on your system Step 6: Update the path in the following command and spin up the container.
docker run -it --rm \
-p 8230:8787 \
-e USER=rstudio \
-e PASSWORD=pass \
-v "/path/to/your/folder/on/host:/home/rstudio/Project" gpcerf_dev
All NSAPH-Software images are located at NSAPH Docker Hub repository.
Run the following code to download and spin up the image.
docker run -it --rm \
-p 8231:8787 \
-e USER=rstudio \
-e PASSWORD=pass \
-v $PWD:/home/rstudio/Project nsaphsoftware/gpcerf_dev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.