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:
parent
9c74b8b332
commit
3ddc47bc07
@ -29258,6 +29258,18 @@ Enable or disable the addition of iptables rules.
|
|||||||
@end table
|
@end table
|
||||||
@end deftp
|
@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
|
@cindex Audit
|
||||||
@subsubheading Auditd Service
|
@subsubheading Auditd Service
|
||||||
|
|
||||||
@ -29314,17 +29326,6 @@ instantiate on startup.
|
|||||||
@end table
|
@end table
|
||||||
@end deftp
|
@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
|
@cindex rshiny
|
||||||
@subsubheading R-Shiny service
|
@subsubheading R-Shiny service
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user