singularity-userdocs icon indicating copy to clipboard operation
singularity-userdocs copied to clipboard

User Documentation

Results 19 singularity-userdocs issues
Sort by recently updated
recently updated
newest added

## Description It is evident that the interaction of cgroups memory limits and the squashfs filesystem implementations on older, but still in use, linux kernel versions. This has been noted...

## Which Document page: On what page is the problem? Running Services, Environment and Metadata ### Expected results: What are you expecting to see? An explanation of how environment variables...

Import [Sylabs pr 4](https://github.com/sylabs/singularity-userdocs/pull/4).

## Which Document page: https://sylabs.io/guides/3.0/user-guide/installation.html#mac ### Expected results: ``` $ brew install --cask virtualbox && \ brew install --cask vagrant && \ brew install --cask vagrant-manager ``` ### Actual results:...

## Which Document page: "Pulling a Container" (https://sylabs.io/guides/3.7/user-guide/cloud_library.html#pulling-a-container for 3.7) ### Expected results: What are you expecting to see? Add documentation describing how to use a fully-qualified library reference containing...

The `console` highlighter for `code-block`s shows commands and output quite clearly compared to `none`. We should consider switching where appropriate throughout the rst source. `console` is only used in 2...

## Version of Singularity: 3.2.0-1 ### Expected behavior An example of how to properly add an ACR as a remote? ```bash singularity remote add devhub .azurecr.io singularity remote login devhub...

Before we get to the deployment part of CICD, let's create a CI pipeline that builds and tests the documentation. Ideas for testing: * Spelling * Link check

enhancement

See: https://github.com/sylabs/singularity/issues/5068 It's possible for an incorrect `XDG_RUNTIME_DIR` for the current user (happens with `su` and `sudo`) can lead to permission issues on directories that `containers/image` wants to access. Write...

## Version of Singularity: 2.5.1 ### Expected behavior Singularity should complain if there is an attempt to build when there isn't sufficient memory on the build host. ### Actual behavior...