mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
doc: Fix docker-configuration field names.
* doc/guix.texi (Docker): Correct filed names "docker" and "docker-cli".
This commit is contained in:
parent
425e9aa4f3
commit
2aa65869ba
1 changed files with 2 additions and 2 deletions
|
@ -32154,10 +32154,10 @@ This is the data type representing the configuration of Docker and Containerd.
|
||||||
|
|
||||||
@table @asis
|
@table @asis
|
||||||
|
|
||||||
@item @code{package} (default: @code{docker})
|
@item @code{docker} (default: @code{docker})
|
||||||
The Docker daemon package to use.
|
The Docker daemon package to use.
|
||||||
|
|
||||||
@item @code{package} (default: @code{docker-cli})
|
@item @code{docker-cli} (default: @code{docker-cli})
|
||||||
The Docker client package to use.
|
The Docker client package to use.
|
||||||
|
|
||||||
@item @code{containerd} (default: @var{containerd})
|
@item @code{containerd} (default: @var{containerd})
|
||||||
|
|
Loading…
Reference in a new issue