summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexey Abramov <levenson@mmer.org>2020-08-16 10:09:07 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-08-16 11:07:50 +0200
commit2b68a96422575b14e54c9a7e3d0033f6231a6b4d (patch)
treed1164e3a0cb593ad8a62fcc1c5484700dd101317 /doc
parente0945a02a41afe31d99e3920aa9f7e2239df7bb7 (diff)
downloadguix-patches-2b68a96422575b14e54c9a7e3d0033f6231a6b4d.tar
guix-patches-2b68a96422575b14e54c9a7e3d0033f6231a6b4d.tar.gz
services: docker: Add 'enable-iptables?' argument.
* gnu/services/docker.scm (docker-configuration): Define the argument. * gnu/services/docker.scm (docker-shepherd-service): Use it. * doc/guix.texi (Docker Service): Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 587c004bee..e0c138533f 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27660,6 +27660,9 @@ Enable or disable the use of the Docker user-land networking proxy.
@item @code{debug?} (default @code{#f})
Enable or disable debug output.
+@item @code{enable-iptables?} (default @code{#t})
+Enable or disable the addition of iptables rules.
+
@end table
@end deftp