From 2f642b602398ab32b18faceecd074f49da92e95e Mon Sep 17 00:00:00 2001 From: Connor Clark Date: Thu, 28 Dec 2023 23:47:37 -0500 Subject: 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 --- doc/guix.texi | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3