summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGiacomo Leidi <goodoldpaul@autistici.org>2024-05-04 00:11:15 +0200
committerLudovic Courtès <ludo@gnu.org>2024-05-25 15:34:47 +0200
commit68adfaea25a31247c1555f503839f928ba2e9a04 (patch)
tree182fe97336e2f9b10b50929887ac914a83d7e395 /doc
parente68c1af4f4cb2223b37c7bdcc925ca6ad551da24 (diff)
downloadguix-patches-68adfaea25a31247c1555f503839f928ba2e9a04.tar
guix-patches-68adfaea25a31247c1555f503839f928ba2e9a04.tar.gz
gnu: docker: Allow setting Shepherd dependencies in oci-container-configuration.
* gnu/services/docker.scm (oci-container-configuration) [requirement]: New field; (list-of-symbols): sanitize it; (oci-container-shepherd-service): use it. * doc/guix.texi: Document it. Change-Id: Ic0ba336a2257d6ef7c658cfc6cd630116661f581 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 938ae26a40..a3da5a94fb 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -40618,6 +40618,10 @@ Docker Engine, and follow the usual format
@item @code{provision} (default: @code{""}) (type: string)
Set the name of the provisioned Shepherd service.
+@item @code{requirement} (default: @code{'()}) (type: list-of-symbols)
+Set additional Shepherd services dependencies to the provisioned
+Shepherd service.
+
@item @code{network} (default: @code{""}) (type: string)
Set a Docker network for the spawned container.