mirror of https://github.com/docker/docs.git
chore: cleanup instructions for unsupported version
Debian 10 is no longer a supported version, per content/manuals/engine/install/debian.md#os-requirements Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
This commit is contained in:
parent
73d74add2b
commit
d40576b3ab
|
@ -98,9 +98,6 @@ testuser:231072:65536
|
|||
{{< tab name="Debian GNU/Linux" >}}
|
||||
- Install `dbus-user-session` package if not installed. Run `sudo apt-get install -y dbus-user-session` and relogin.
|
||||
|
||||
- For Debian 10, add `kernel.unprivileged_userns_clone=1` to `/etc/sysctl.conf` (or
|
||||
`/etc/sysctl.d`) and run `sudo sysctl --system`. This step is not required on Debian 11.
|
||||
|
||||
- For Debian 11, installing `fuse-overlayfs` is recommended. Run `sudo apt-get install -y fuse-overlayfs`.
|
||||
This step is not required on Debian 12.
|
||||
|
||||
|
|
Loading…
Reference in New Issue