engine: remove some mentions of old Ubuntu and Engine versions

These were notes about distro versions that have been EOL for a long
time, and an old version of docker engine that's EOL as well.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-05-25 14:25:20 +02:00
parent 43d9e868b0
commit 4570727495
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
3 changed files with 2 additions and 18 deletions

View File

@ -215,9 +215,6 @@ looks like the following:
In the above example, you can see `profile=/usr/bin/docker`. This means the In the above example, you can see `profile=/usr/bin/docker`. This means the
user has the `docker-engine` (Docker Engine Daemon) profile loaded. user has the `docker-engine` (Docker Engine Daemon) profile loaded.
> **Note**: On version of Ubuntu > 14.04 this is all fine and well, but Trusty
> users might run into some issues when trying to `docker container exec`.
Look at another log line: Look at another log line:
``` ```

View File

@ -18,11 +18,6 @@ $ grep CONFIG_SECCOMP= /boot/config-$(uname -r)
CONFIG_SECCOMP=y CONFIG_SECCOMP=y
``` ```
> **Note**: `seccomp` profiles require seccomp 2.2.1 which is not available on
> Ubuntu 14.04, Debian Wheezy, or Debian Jessie. To use `seccomp` on these
> distributions, you must download the [latest static Linux binaries](../install/binaries.md)
> (rather than packages).
## Pass a profile for a container ## Pass a profile for a container
The default `seccomp` profile provides a sane default for running containers with The default `seccomp` profile provides a sane default for running containers with

View File

@ -29,14 +29,6 @@ use unless you have substantial experience with ZFS on Linux.
- ZFS requires one or more dedicated block devices, preferably solid-state - ZFS requires one or more dedicated block devices, preferably solid-state
drives (SSDs). drives (SSDs).
- ZFS is only supported on Docker Engine - Community with Ubuntu 14.04 or higher, with the `zfs`
package (16.04 and higher) or `zfs-native` and `ubuntu-zfs` packages (14.04)
installed.
- For Ubuntu 14.04, you need to enable a supplemental package repository
`ppa:zfs-native/stable` before you can install the package. See
[https://launchpad.net/~zfs-native/+archive/ubuntu/stable](https://launchpad.net/~zfs-native/+archive/ubuntu/stable){: target="_blank" rel="noopener" class="_" }
for instructions.
- ZFS is not supported on Docker EE or CS-Engine, or any other Linux platforms.
- The `/var/lib/docker/` directory must be mounted on a ZFS-formatted - The `/var/lib/docker/` directory must be mounted on a ZFS-formatted
filesystem. filesystem.
- Changing the storage driver makes any containers you have already - Changing the storage driver makes any containers you have already
@ -46,8 +38,8 @@ use unless you have substantial experience with ZFS on Linux.
> **Note** > **Note**
> >
> There is no need to use `MountFlags=slave` with Docker Engine 18.09 or > There is no need to use `MountFlags=slave` because `dockerd` and `containerd`
> later because `dockerd` and `containerd` are in different mount namespaces. > are in different mount namespaces.
## Configure Docker with the `zfs` storage driver ## Configure Docker with the `zfs` storage driver