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.
This commit is contained in:
Ricardo Wurmus 2020-10-21 23:28:03 +02:00
parent 9c74b8b332
commit 3ddc47bc07
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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