mirror of
https://github.com/docker/docs.git
synced 2026-03-31 08:18:55 +07:00
engine: add note about installing on debian derivatives
Signed-off-by: David Karlsson <david.karlsson@docker.com>
This commit is contained in:
@@ -114,6 +114,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:
|
||||
|
||||
Reference in New Issue
Block a user