diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-10-21 23:28:03 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-10-21 23:32:01 +0200 |
commit | 3ddc47bc07439ab526013031f8e052e4c8c7cd92 (patch) | |
tree | 381eff75fa8cf37026daad5ffa0e4a12486899c4 /doc/guix.texi | |
parent | 9c74b8b3325a4da947f16a7e2ecf015a25c3017a (diff) | |
download | guix-3ddc47bc07439ab526013031f8e052e4c8c7cd92.tar.gz |
doc: Move documentation of singularity-service-type.
Fixes <https://bugs.gnu.org/44126>. * doc/guix.texi: Move documentation of singularity-service-type from "Auditd Service" heading to "Docker Service" heading.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a8a4e1a0af..fa6251e8e1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -29258,6 +29258,18 @@ Enable or disable the addition of iptables rules. @end table @end deftp +@cindex Singularity, container service +@defvr {Scheme Variable} singularity-service-type +This is the type of the service that allows you to run +@url{https://www.sylabs.io/singularity/, Singularity}, a Docker-style tool to +create and run application bundles (aka. ``containers''). The value for this +service is the Singularity package to use. + +The service does not install a daemon; instead, it installs helper programs as +setuid-root (@pxref{Setuid Programs}) such that unprivileged users can invoke +@command{singularity run} and similar commands. +@end defvr + @cindex Audit @subsubheading Auditd Service @@ -29314,17 +29326,6 @@ instantiate on startup. @end table @end deftp -@defvr {Scheme Variable} singularity-service-type -This is the type of the service that allows you to run -@url{https://www.sylabs.io/singularity/, Singularity}, a Docker-style tool to -create and run application bundles (aka. ``containers''). The value for this -service is the Singularity package to use. - -The service does not install a daemon; instead, it installs helper programs as -setuid-root (@pxref{Setuid Programs}) such that unprivileged users can invoke -@command{singularity run} and similar commands. -@end defvr - @cindex rshiny @subsubheading R-Shiny service |