Skip to content
Snippets Groups Projects
Commit 185991e2 authored by Prashanth Dwarakanath's avatar Prashanth Dwarakanath
Browse files

update README with docker-to-singularity conversion steps

parent 999a0fff
No related branches found
No related tags found
No related merge requests found
......@@ -86,3 +86,8 @@ source /usr/local/src/nscjekyllsetup/rubyenv nsc
cd <checked-out nscweb directory>
jekyll serve --watch
```
## Converting Docker to Singularity
- If you don't wish to build a singularity container from scratch, using the recipe, you can convert it from a prebuilt docker image.
- To do this, execute the build.sh script in docker-to-singularity folder, under `singularity'.
Bootstrap: docker
From: pchengi/nscjekyll:v1.11
#!/bin/bash
sudo singularity build nscjekyll.simg Singularity
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment