mirror of https://github.com/docker/docs.git
Update debian.md to ease understanding (#18340)
* Update debian.md to ease understanding Added extra explanation for what should be replaced with for installation on Debian Derivatives like Kali Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --------- Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
90cab2e23b
commit
be89bf22dd
|
@ -118,6 +118,9 @@ Docker from the repository.
|
||||||
> ```console
|
> ```console
|
||||||
> $(. /etc/os-release && echo "$VERSION_CODENAME")
|
> $(. /etc/os-release && echo "$VERSION_CODENAME")
|
||||||
> ```
|
> ```
|
||||||
|
>
|
||||||
|
> Replace this part with the codename of the corresponding Debian release,
|
||||||
|
> such as `bookworm`.
|
||||||
|
|
||||||
2. Install the Docker packages.
|
2. Install the Docker packages.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue