mirror of https://github.com/docker/docs.git
This commit improves engine installation documentation for CentOS,
RHEL, Fedora and Oracle Linux. There are a few fixes and
simplifications. In particular:
1. Fix language about when GPG keys are presented for verification
(when you install a package from a recently added repo).
2. Remove mentions of 'yum/dnf makecache fast'. Unlike Debian/Ubuntu,
which require 'apt update', with both yum and dnf, 'makecache'
is redundand. What's worse, 'dnf makecache fast' is not working
(tested on Fedora 26):
# dnf makecache fast
...
dnf makecache: error: argument timer: invalid choice: 'fast' (choose from 'timer')
3. Source repos are disabled by default, so there is no need to specify
the architecture when running `yum list docker-[ce]e`. The comment
explaining it is also removed.
4. An extra > character in the middle of the line was removed.
[v3: rebase, remove $DOCKERURL reuse hack]
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
|
||
|---|---|---|
| .. | ||
| components | ||
| content | ||
| archive-list.html | ||
| cli.md | ||
| d4a_buttons.md | ||
| docker_ce_ee.md | ||
| docker_cloud_matrix.md | ||
| docker_desktop_matrix.md | ||
| docker_platform_matrix.md | ||
| docker_schedule_matrix.md | ||
| edge_only.md | ||
| ee-linux-install-reuse.md | ||
| footer.html | ||
| generateTOC.html | ||
| github-pr.md | ||
| global-header.html | ||
| header.html | ||
| install-script.md | ||
| navigation.html | ||
| read_time.html | ||
| side-menu.html | ||
| toc_pure_liquid.html | ||
| tree.html | ||
| treebuilder.html | ||
| why_d4a.md | ||