diff options
author | Giacomo Leidi <goodoldpaul@autistici.org> | 2024-05-04 00:11:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-05-25 15:34:47 +0200 |
commit | 68adfaea25a31247c1555f503839f928ba2e9a04 (patch) | |
tree | 182fe97336e2f9b10b50929887ac914a83d7e395 /doc | |
parent | e68c1af4f4cb2223b37c7bdcc925ca6ad551da24 (diff) |
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.texi | 4 |
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. |