Commit Graph

161 Commits

Author SHA1 Message Date
David Karlsson 34282a3bcb
Merge pull request #17458 from dvdksn/engine/deb-deriv-install
engine: add note about installing on debian derivatives
2023-06-29 13:46:55 +02:00
Sebastiaan van Stijn c7705008cb
engine: remove Ubuntu 18.04 Bionic Beaver LTS, as it reached end of standard support
Ubuntu 18.04 LTS reached end of standard support. Expanded Security Maintenance
(ESM) is available, but requires a subscription, and we don't provide packages
for those.

- https://wiki.ubuntu.com/Releases
- https://ubuntu.com//blog/18-04-end-of-standard-support

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-21 22:21:24 +02:00
Sebastiaan van Stijn 84b0fd4437
engine: remove debian 13 (trixie) from supported list
Commit d0e6a33bbc updated the list of Debian
versions in the prerequisites. While "Bookworm" is the new stable, we don't
yet build packages for debian 13 (trixie), which is the current "testing".

Packages will arrive at some point, but aren't there yet, so let's remove
it for now.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-21 16:13:59 +02:00
Casper d0e6a33bbc
Update debian versions 2023-06-18 12:26:33 +02:00
Per Lundberg b9dd6eccc4
debian.md: fix invalid grammar 2023-06-15 13:37:23 +03:00
David Karlsson 1a6be1a26b engine: networking editorial improvements and corrections
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-05 14:19:18 +02:00
David Karlsson 4822fac4a1 engine: add note about installing on debian derivatives
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 16:17:35 +02:00
David Karlsson c2bb28fd38 fix: editorial improvements
Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: Aevesdocker <aevesdocker@users.noreply.github.com>
2023-06-01 13:53:24 +02:00
David Karlsson 8c3573f2c1 engine: describe iptables conflict with ufw
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson 2aa6ad3ec7 engine: fix apt-get remove command for uninstall preexisting packages
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-26 15:09:31 +02:00
Duong HD b4bd9240b8
engine: add note about ubuntu codename for derivatives
* Update ubuntu.md

Add command to set up the repo for ubuntu-based linux distro

* Update engine/install/ubuntu.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-05-22 17:58:15 +02:00
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
Stefan Scherer 996df6c5b0
Use Debian instructions for 64-bit Raspbian
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2023-05-15 11:37:59 +02:00
David Karlsson fa2ede1116 engine: add installation instruction for raspbian using apt
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-12 16:46:18 +02:00
Sebastiaan van Stijn c65599bdff
engine/install: SLES: use tabs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:45 +02:00
Sebastiaan van Stijn 480d1bf210
engine/install: SLES: 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 88f1522534
engine/install: Ubuntu: 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 a46f04630f
engine/install: Debian: 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 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 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 d05fd91c9f
engine/install: Fedora: use tabs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-04 10:36:44 +02:00
Sebastiaan van Stijn 1b55f4fc94
engine/install: Fedora: 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
David Karlsson 45e5838f13
Merge pull request #17087 from dvdksn/engine/versioning-reword
engine: update support and versioning statements
2023-04-25 16:31:13 +02:00
Chris Chinchilla a44087b1d9
Merge pull request #17018 from KatrinaAS/patch-1
docs: Move Post install link to infobox
2023-04-19 12:01:49 +02:00
Chris Chinchilla 1ee679125e Refactor to include and use call out formatting 2023-04-18 16:30:23 +02:00
David Karlsson 9e56a068b0 engine: update support and versioning statements
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-12 13:20:23 +02:00
David Karlsson d421693c9f engine: add chmod a+r for docker.gpg key
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-08 18:34:56 +02:00
David Karlsson 7ad91f1356 engine: replace mkdir with install for gpg setup
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-04-08 17:57:19 +02:00
David Karlsson 40be6cef18
Merge pull request #16674 from jaredbrogan/patch-1
Update chmod command in GPG Error Tip
2023-04-08 12:40:05 +02:00
Chris Chinchilla 772b52051e
Merge pull request #16996 from ChrisChinchilla/eng-inst-fresh
Minor changes for freshness to engine install index
2023-04-04 12:23:31 +02:00
Katrina Knight d2a801c0ab docs: Changed other docs to match 2023-04-01 00:08:19 +01:00
Katrina Knight cbbd7c847c
Update engine/install/ubuntu.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2023-04-01 00:02:33 +01:00
Katrina Knight 332d95d5e1 docs: Added title to infobox 2023-03-31 22:57:44 +01:00
Katrina Knight 78d1794a2a
docs: Move Post install ink to infobox
Moved Post-Install link to inbobox to make it more visible.
2023-03-31 22:40:24 +01:00
Chris Chinchilla 0accf4a17f Undo distro change 2023-03-30 11:15:59 +01:00
Chris Chinchilla b17fbd5566 Small changes for style and consistency 2023-03-28 17:41:42 +01:00
Chris Chinchilla 64192639fd Minor changes for freshness 2023-03-28 17:22:34 +01:00
Olivier Benz 38f62aa9b4
Refactor the command to set up the repository 2023-03-23 19:45:25 +01:00
Olivier Benz f1f1247021
engine: No lsb-release for setting up the repo 2023-03-23 09:21:12 +01:00
Chris Chinchilla 9d7effaab0 Small polish for freshness updates 2023-03-14 13:01:24 +01:00
David Karlsson 13527078ff scout: address review comments
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-02-24 15:26:56 +01:00
David Karlsson c0402932ca scout: add docs for docker scout hub and cli
- add: new docker scout section
- add: advanced image analysis
- add: scout artifactory integration
- add: image details view
- add: docker scout cli reference
- change: hub vulnerability scanning
- change: security best practices (previously /develop/scan-images)
- change: prune references to docker scan
- deprecate: docker scan
- remove: atomist section
2023-02-24 15:25:56 +01:00