Commit Graph

23 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 c68adec8c0
engine/install: RHEL: use tabs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:45 +02:00
Sebastiaan van Stijn 0b3fd2b64c
engine/install: RHEL: align wording with other distros
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:44 +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
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
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 67e63bcd87
Updates docs for s390x for latest version (#15245)
Signed-off-by: Prabhav Thali <Prabhav.Thali1@ibm.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Co-authored-by: Prabhav Thali <Prabhav.Thali1@ibm.com>
2022-07-27 21:51:52 +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
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 599660d47f
s390x install steps updates
- fix sort order in output
- some minor other changes

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-26 11:11:00 +02:00
anujajakhade b781519e18 Updated docs for s390x for latest version
Signed-off-by: Anuja Jakhade <anujajakhade@gmail.com>
2021-08-20 04:36:10 +00: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
Nirman Narang 055e6fd68a
DOCS: Added support for arch s390x for Ubuntu, RHEL and SLES
Added .md files for SLES and RHEL engine installation. Added indexing to _data/toc.yaml and engine/install/index.md. Modified engine/install/index.md, includes/install-script.md, engine/security/rootless.md, storage/storagedriver/device-mapper-driver.md, and storage/storagedriver/select-storage-driver.md to add info for added RHEL and SLES support. Modified engine/install/ubuntu.md to add s390x repos and other info. Added tab target for RHEL and SLES to engine/security/rootless.md along with other info.

Signed-off-by: Nirman Narang <narang@us.ibm.com>
2021-08-05 19:48:09 +02:00