Commit Graph

30 Commits

Author SHA1 Message Date
David Karlsson cf7bff250d bump engine version in examples
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-19 17:44:44 +02:00
Sebastiaan van Stijn 0271d14800
engine/install: CentOS: align wording with other distros
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:45 +02:00
Sebastiaan van Stijn e619985fb6
engine/install: remove storage-driver recommendation
overlay2 is the default driver selected, and mentioning it in this
part of the installation docs is a bit out of place.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:44 +02:00
Sebastiaan van Stijn f27edb7f7a
engine/install: fix indentation, and align rerequisites section
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:44 +02:00
Sebastiaan van Stijn 700753fef2
engine/install: un-wrap repo setup command
These are not too long, so un-wrapping them to make the page a bit briefer.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:07 +02:00
Sebastiaan van Stijn 7775c77f3e
engine/install: sync installation links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:07:10 +02:00
Sebastiaan van Stijn a8ad6743af
engine/install: sync "next steps" links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:07:10 +02:00
Sebastiaan van Stijn 33e02fc352
engine/install: use "root-errors" include on all pages
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:07:10 +02:00
Sebastiaan van Stijn 81152b37ae
engine/install: update versions to 23.0, and update distro-versions
Also simplifying the instructions to get the "version string" on rpm-
distros.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-03 15:07:01 +02:00
Chris Chinchilla 1ee679125e Refactor to include and use call out formatting 2023-04-18 16:30:23 +02:00
Katrina Knight d2a801c0ab docs: Changed other docs to match 2023-04-01 00:08:19 +01:00
Allie Sadler 8e16fb9373
keywords (#16691) 2023-02-08 14:42:21 +00:00
CrazyMax 72d3016e81
engine: add docker-buildx-plugin package in linux distro install
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-02-06 15:33:54 +01:00
Craig Osterhout f0d1042a00
doc review: update centos installation guide (#16551)
Sync wording and style
2023-01-22 22:41:14 +01:00
Sebastiaan van Stijn 4757ffb27b
Merge pull request #16154 from dvdksn/engine/uninstall-rootless-extra
add docker-ce-rootless-extras to uninstall command
2023-01-17 11:29:09 +01:00
David Karlsson 5135d40383 engine: restructure and consolidate
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-01 15:44:37 +01:00
David Karlsson 0fac8a171f add docker-ce-rootless-extras to uninstall command
follow-up to #16148
2022-11-14 16:03:10 +01:00
Sebastiaan van Stijn 584e0c0313
engine: remove instructions for "nightly" and "test" channels
The "nightly" channel hasn't been updated for a long time, so while it's
not actively updated, we should not show instructions for it.

The "test" channel is still updated in preparation of new releases, but
including the instructions in between the regular installation procedure
introduced quite some "noise" that's irrelevant to most users (who would
be installing the "stable" channel).

This patch removes the instructions to enable the nightly and test channels
from the installation instructions.

While making these changes, I also synced somme wording between distros
for consistency, and removed a stray section about storage-drivers, as
that's already outlined in the "optional post-installation steps".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-26 00:23:30 +02:00
Sebastiaan van Stijn 413c02b35c
Add release notes for Engine 20.10.15
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-05 22:38:07 +02:00
Guillaume Lours e10f19f952
Apply suggestions from code review
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-26 17:49:51 +02:00
Guillaume Lours f95abb647a Add docker-compose-plugin package in linux distro engine installation
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-25 18:47:37 +02:00
Sebastiaan van Stijn 3356fffaf0
engine/install: various copy-edits
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-05 21:30:56 +02:00
Sebastiaan van Stijn 2aa67d2670
Fix redirects, add notes about available arches, and minor edits
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-05 21:30:49 +02:00
Sebastiaan van Stijn 3974ba17aa
remove some ee "stubs", and move redirects
This moves some of the stubs that were still in place for docker enterprise,
and moves the redirects they contained to more sensible locations where possible,
also making these redirect slightly more "visible" for when we're editing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-20 22:30:33 +02:00
Sebastiaan van Stijn 2a84b75739
engine/install: uninstall: add removing containerd state to all distros
This was only included in some distributions, so adding it to all
pages.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 15:02:23 +01:00
Sebastiaan van Stijn f4ba73ecbb
engine/instal: use "console" code-hints for examples
This tones down the prompt and command output, so that the commands
to run stand out more clearly.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-02 15:02:12 +01:00
Sebastiaan van Stijn be718ce241
Engine: update distro versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-12-09 01:13:35 +01:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Sebastiaan van Stijn 777c5d23da
engine: use relative markdown links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:32 +02:00
Sebastiaan van Stijn d813acb6e1
Engine: reorganize install topic
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
  currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
  storage driver page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00