diff options
author | Connor Clark <connor@psyleft.com> | 2023-12-28 23:47:37 -0500 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2024-01-03 15:32:01 +0100 |
commit | 2f642b602398ab32b18faceecd074f49da92e95e (patch) | |
tree | 2b11f929d5e937f5bd5469699fa9b126536fa680 /doc | |
parent | c880652fec3303c0d57c076f7187d95d9396983f (diff) | |
download | guix-2f642b602398ab32b18faceecd074f49da92e95e.tar.gz |
services: docker: Add config-file option.
* gnu/services/docker.scm (docker-configuration)[config-file] Add file-like field. * doc/guix.texi (Docker Service): Add information about config-file. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 3002cdfa13..924dbf23ba 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -39711,6 +39711,9 @@ This must be a list of strings where each string has the form "TMPDIR=/tmp/dockerd") @end lisp +@item @code{config-file} (type: maybe-file-like) +JSON configuration file pass to @command{dockerd}. + @end table @end deftp |