Commit Graph

2474 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
Christian Dupuis 76ecc1103c
Update Scout ref docs to v0.17.0 2023-06-29 10:11:09 +02:00
CrazyMax 42930be09d
Merge pull request #17631 from crazy-max/yaml-ref-hidden-cmd
cli-ref: don't show hidden commands
2023-06-28 13:07:09 +02:00
CrazyMax a090389dd2
buildx: remove hidden commands from cli ref
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-06-27 19:55:59 +02:00
Vitor Anjos 2912902b96
update filtered syscalls
Signed-off-by: Vitor Anjos <bartier@users.noreply.github.com>
2023-06-26 14:33:08 -03:00
David Karlsson 6dd9522756
Merge pull request #17539 from docker-tools-robot/dispatch/buildx-ref-v0.11.0
Update buildx reference to v0.11.0
2023-06-26 16:13:43 +02:00
jedevc bd6ac8f856 build: update buildx reference to v0.11.0
Signed-off-by: GitHub <noreply@github.com>
2023-06-26 16:08:52 +02:00
David Karlsson 9c71f467d9
Merge pull request #17517 from dvdksn/engine/alternative-runtimes
engine: instructions on using alternative container runtimes
2023-06-26 14:30:45 +02:00
David Karlsson 391d14cbe6 engine: fixed bad protocol for links to packaging repo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-26 11:29:05 +02:00
Sebastiaan van Stijn 5ab15e702d
reference: update comments in scout stubs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-22 15:44:45 +02:00
Sebastiaan van Stijn 759123d89d
scout: fetch yaml-docs from upstream repository
This removes the vendored yaml-docs, and fetches them from upstream
during build. The https://github.com/docker/scout-cli repository
contains the generated docs for the scout cli plugin.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-22 15:44:37 +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
EliyahuMachluf e7c71c4a2b
fix a typo
fix a type at release notes (duplicated word)
2023-06-18 19:10:39 +03:00
Casper d0e6a33bbc
Update debian versions 2023-06-18 12:26:33 +02:00
David Karlsson 15303cf803 engine: instructions on using alternative container runtimes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-06-15 16:57:31 +02:00
Per Lundberg b9dd6eccc4
debian.md: fix invalid grammar 2023-06-15 13:37:23 +03:00
Jan Svoboda 3792208431
Fix typo in link in file 24.0.md (#17495) 2023-06-08 17:27:09 +01: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 888b052389 engine: create a section for network drivers
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-06-01 13:53:24 +02:00
David Karlsson d09cbcc1a4
Merge pull request #17425 from dvdksn/engine/swarm-note
swarm: add notes about swarm usage, and relation to compose
2023-05-31 17:33:31 +02:00
David Karlsson 5206d4853b engine: call out compose file format used by swarm
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-31 11:07:33 +02:00
David Karlsson 093181c9e1 engine: add note about swarm usage
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-31 11:01:43 +02:00
Bjorn Neergaard 8aee327ec3
engine: fix missing PR number in 24.0 release notes
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2023-05-30 15:57:42 -06:00
Sebastiaan van Stijn c572de1b40
Merge pull request #17415 from dvdksn/engine/aptget-remove-fix
engine: fix apt-get remove command for uninstall preexisting packages
2023-05-26 16:16:59 +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
Sebastiaan van Stijn fa079ac3b5
engine: add release notes for v24.0.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-26 11:19:42 +02:00
Allie Sadler 7db3dd483e
Engdocs 1374 (#17390)
* ENGDOCS-1374

* fix

* fix
2023-05-23 12:19:18 +01: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
Bjorn Neergaard 53386850b0
engine: 24.0.1 release notes
Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2023-05-19 17:46:46 -06: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
David Karlsson 3ef912be0f add engine api v1.43
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-05-19 17:32:25 +02:00
Sebastiaan van Stijn afeaca91a8
update references to docker engine to v24.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-19 15:05:10 +02:00
CrazyMax 597338e17d engine: fixes for 24.0.0 release notes
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-05-16 19:56:33 +02:00
Bjorn Neergaard 2511a8825f
engine: 24.0.0 release note errata
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2023-05-16 18:47:51 +01:00
Bjorn Neergaard 1b9852d35d
engine: add 24.0.0 release notes
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2023-05-16 18:33:34 +01: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
bagratte f24fc7970e Proofread Swarm
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-05-09 07:51:51 +04:00
Sebastiaan van Stijn 0f44ce6100
engine: add release-notes for v23.0.6
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-08 13:33:41 +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