summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index bb07432d49b..0bbad147e8a 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -45659,8 +45659,9 @@ The group under whose authority docker commands will be run.
@item @code{command} (default: @code{'()}) (type: list-of-strings)
Overwrite the default command (@code{CMD}) of the image.
-@item @code{entrypoint} (default: @code{""}) (type: string)
-Overwrite the default entrypoint (@code{ENTRYPOINT}) of the image.
+@item @code{entrypoint} (default: @code{""}) (type: string-or-list-of-strings)
+Overwrite the default entrypoint (@code{ENTRYPOINT}) of the image. It can
+be either a string, or a list of strings.
@item @code{host-environment} (default: @code{'()}) (type: list)
Set environment variables in the host environment where @samp{docker run}