Merge pull request #17458 from dvdksn/engine/deb-deriv-install

engine: add note about installing on debian derivatives
This commit is contained in:
David Karlsson 2023-06-29 13:46:55 +02:00 committed by GitHub
commit 34282a3bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -120,6 +120,16 @@ Docker from the repository.
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
```
> **Note**
>
> If you use a derivative distro, such as Kali Linux,
> you may need to substitute the part of this command that's expected to
> print the version codename:
>
> ```console
> $(. /etc/os-release && echo "$VERSION_CODENAME")
> ```
#### Install Docker Engine
1. Update the `apt` package index: