diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-09-14 16:20:07 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-14 17:21:12 +0300 |
commit | ef7381f463ec162b16fdd0f6396eefd19b678d40 (patch) | |
tree | aabb867d3096b1fe7291a80e18f76e3656b5fe18 /doc | |
parent | 4a2cb3fa0e6384d7ad9f4cc7ca1fb46f63ebdb41 (diff) |
doc: Fix docker configuration options.
* doc/guix.texi (Docker Service): Fix typo in enable-proxy? default.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5e4bfd8e85..bfffb4ac2a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -27998,7 +27998,7 @@ The Containerd package to use. @item @code{proxy} (default @var{docker-libnetwork-cmd-proxy}) The Docker user-land networking proxy package to use. -@item @code{enable-proxy?} (default @code{#f}) +@item @code{enable-proxy?} (default @code{#t}) Enable or disable the use of the Docker user-land networking proxy. @item @code{debug?} (default @code{#f}) |