singularityware.github.io
singularityware.github.io copied to clipboard
base documentation site for Singularity software
I work with docker containers which I run using `docker run --env-file `. The docker container thus instantiation is thus setup to then launch from an entrypoint of `/workdir` and...
we are trying to build singularity container image for running visualSFM on our university cluster. Our cluster required using CPU to perform every step. So we use vlfeat and set...
Tested on windows 10 enterprise and opensuse leap 42.3 Sandbox is over here . https://github.com/githubfoam/singularity1
@devprincess at some point it would be really good if all of the singularity-userdocs changes could be merged back into this repo so that we do not loose commit history...
update redirect url in banner
This idea was originally suggested by @KirstieJane who is struggling with this issue currently. Even though I personally got Singularity installed at all systems I needed it I know there...
In https://github.com/singularityware/singularityware.github.io/blob/master/pages/docs/user-docs/docs-recipes.md ``` %applabels foo BESTAPP=FOO export BESTAPP ``` That export line doesn't make sense given the nature of %applabels.
http://singularity.lbl.gov/docs-docker#best-practices lists some guidelines for building docker images that will convert nicely into singularity images. There is also some information over at https://github.com/singularityware/docker2singularity#tips-for-making-docker-images-compatible-with-singularity. Maybe it'd be a good idea for...
Excuse me ! There is a docker image that built on my own,so if I want to creat one Sinualrity image based upon this docker image ,do I have to...