docs/engine
Sebastiaan van Stijn d601e97f75
engine/install: remove apt-transport-https from instructions
This package is no longer needed on all current distro versions we support. From
the package description (https://packages.debian.org/buster/apt-transport-https);

> This is a dummy transitional package - https support has been moved into the
> apt package in 1.5. It can be safely removed.

Verifying the version of apt that's available in Ubuntu and Debian:

Ubuntu:

    docker run --rm ubuntu:xenial apt --version
    apt 1.2.35 (amd64)

    docker run --rm ubuntu:17.04 apt --version
    apt 1.4.6 (amd64)

    docker run --rm ubuntu:17.10 apt --version
    apt 1.5.2 (amd64)

    docker run --rm ubuntu:18.04 apt --version
    apt 1.6.14 (amd64)

    docker run --rm ubuntu:20.04 apt --version
    apt 2.0.6 (amd64)

Debian:

    docker run --rm debian:stretch apt --version
    apt 1.4.11 (amd64)

    docker run --rm debian:buster apt --version
    apt 1.8.2.3 (amd64)

    docker run --rm debian:bullseye apt --version
    apt 2.2.4 (amd64)

From the above; all currently supported versions of Ubuntu (18.04 and up), and
Debian (old-stable and stable) have apt > 1.5, so we can remove this dependency
from the installation instructions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-20 17:39:22 +02:00
..
api Add missing code-hints, and minor markdown edits 2021-08-16 12:59:23 +02:00
context Add missing code-hints, and minor markdown edits 2021-08-16 12:59:23 +02:00
images Clean up information architecture (#5893) 2018-02-01 15:25:43 -08:00
install engine/install: remove apt-transport-https from instructions 2021-10-20 17:39:22 +02:00
reference/commandline Remove cluster cli reference 2021-10-11 15:59:59 +01:00
release-notes engine: add release-notes for v20.10.9 2021-10-04 16:26:18 +02:00
scan Update scan CTA 2021-09-24 11:46:04 +01:00
security More updates related to subscription changes, address review comments 2021-08-31 14:35:21 +00:00
swarm Update most links to use https by default 2021-10-12 15:45:57 +08:00
tutorials engine: use "console" for shell examples 2021-08-06 17:20:02 +02:00
breaking_changes.md Desktop: move "docker-for-windows" to "desktop/windows" 2021-08-14 13:28:15 +02:00
faq.md fix broken (anchor) links 2021-09-13 15:07:49 +02:00
index.md sort redirect_from in some files 2020-09-29 18:15:25 +02:00
migration.md Various copyedits to reduce future tense, wordiness, and use of 'please' (#5788) 2018-01-25 17:37:23 -08:00