Commit Graph

64577 Commits

Author SHA1 Message Date
Nicolas Beck 6c8006323b redirect: additional alias for dbc product page 2024-01-23 14:22:31 +01:00
David Karlsson 4ac3ef61aa engine: add normalized RLIMIT_NOFILE default to v25 release note
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-23 13:43:05 +01:00
David Karlsson f43578ef34
Merge pull request #19168 from dvdksn/engine-manuals-toc-titles
engine: small improvements to toc titles
2024-01-23 13:00:48 +01:00
David Karlsson cdfbb853a9
Merge pull request #19176 from dvdksn/moby-25-rro-changed-default
engine: clarify breaking change for recursive mounts
2024-01-23 13:00:35 +01:00
Allie Sadler 616bd1fcb7
ENGDOCS-1953 (#19174)
* ENGDOCS-1953

* Update content/desktop/install/windows-install.md
2024-01-23 09:13:37 +00:00
Guillaume Lours 29fdf37b5d
update Compose v2.24.2 release notes (#19180)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-01-23 08:46:05 +00:00
Allie Sadler 29e1690853
ENGDOCS-1943 (#19179) 2024-01-23 08:44:03 +00:00
David Karlsson e4df074a75 site: dbc landing page banner
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 23:49:39 +01:00
Stephanie Aurelio 6ff52e1916
Add clarification on when to use collaborators (#19136)
* add clarification on collaborators

* move org info out of callout and update intro

* Implement feedback

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 12:06:56 -08:00
Stephanie Aurelio 6a05b4da98
Mini freshness update (#19162)
* tier 1 updates

* update overview and refresh quickstart steps

* update description and refresh for accuracy

* fix capitalization

* optimize image and replace low res image with console example
2024-01-22 08:11:34 -08:00
David Karlsson cf462ad11a scout: add base images from approved sources policy
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 16:38:15 +01:00
David Karlsson 243c337f2f engine: clarify breaking change for recursive mounts
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-22 16:10:45 +01:00
Josh 3a989745de
Fix(release-notes): Formatting missing from 2.24.1 entry (#19177) 2024-01-22 14:50:57 +00:00
David Karlsson c6dcf2fda2
Merge pull request #19173 from akerouanton/release-notes-moby-46603
Add a note about moby/moby#46603 in v25.0 release notes
2024-01-22 10:19:03 +01:00
Albin Kerouanton c1c034e767
Add a note about moby/moby#46603 in v25.0 release notes
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2024-01-22 09:34:41 +01:00
humanoid2050 a3bf171719
Update 12-interpolation.md (#19159)
Removed duplicate lines.
2024-01-22 08:30:40 +00:00
David Karlsson 01c54570b8 engine: small improvements to toc titles
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-21 12:02:20 +01:00
David Karlsson 3774cfbd60
Merge pull request #19157 from thaJeztah/update_version
update some engine 24.0 versions to 25.0
2024-01-20 07:27:32 +01:00
Sebastiaan van Stijn 2b6fafeedb update some engine 24.0 versions to 25.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-20 07:26:23 +01:00
David Karlsson ff1b10949f
Merge pull request #19160 from thaJeztah/api_version_redirects
engine: add additional redirects for deprecated API versions
2024-01-20 07:17:46 +01:00
David Karlsson d61337d26b
Merge pull request #19161 from thaJeztah/remove_1.10_migration
engine: remove docker 1.10 migration guide
2024-01-20 07:16:55 +01:00
Sebastiaan van Stijn 812fa0710b
engine: remove docker 1.10 migration guide
These docs described how to migrate the image store when upgrading to
the content-addressable image store in docker 1.10. As these docs were
added 9 Years ago, and were not included in the TOC, it's likely that
users will have migrated by now :D

- https://blog.docker.com/2016/01/docker-1-10-rc/
- a315a5acec

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-20 00:15:39 +01:00
Sebastiaan van Stijn 88fb770a7e
engine: add additional redirects for deprecated API versions
The deprecated API docs in the upstream repository contained redirects
for old URLs. As those docs will be removed in upstream, we should
inherit the redirects that will be removed.

Also adjusted the API versions that can be found in the v1.9.1 tag
in upstream (API v1.17 and before).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 23:54:24 +01:00
David Karlsson 8fc0e3c84a
Merge pull request #19155 from thaJeztah/devicemapper_removed
engine: remove devicemapper from storage-driver selection page
2024-01-19 23:18:58 +01:00
David Karlsson bd88fa26af
Merge pull request #19156 from thaJeztah/remove_logentries
engine: remove logentries logging driver
2024-01-19 23:16:37 +01:00
Sebastiaan van Stijn db4b38af58
engine: remove logentries logging driver
The logentries logging driver was removed in Docker Engine v25. The logentries
service was already shut-down, so it's unlikely there's still active users of
this driver.

When upgrading to Docker Engine v25, any container configured with this driver
will automatically be migrated to the "local" logging driver, so no action
is required from the user, and we can safely remove these docs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 22:50:11 +01:00
Sebastiaan van Stijn 99aae24a1d
engine: remove devicemapper from storage-driver selection page
The devicemapper storage-driver has been removed in Docker Engine v25; mark
the driver as removed, and remove mentions of it in the storage driver selection
page.

The devicemapper storage driver page itself is kept for now, to make the
deprecation banner on that page more discoverable, and because some
packagers still provide Docker Engine 23.0 as an LTS version, so users may
migrate from 23.0 to newer versions.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 22:41:51 +01:00
David Karlsson 672ff038b8
Merge pull request #19150 from jnoordsij/patch-1
Fix release date on 25.0.0 release notes
2024-01-19 16:51:49 +01:00
Jesper Noordsij f5aaa9ca4d
Fix release date on 25.0.0 release notes 2024-01-19 16:46:47 +01:00
David Karlsson ade4ebd4a6
Merge pull request #19045 from dvdksn/cli-canonical-reference-urls
Canonical CLI / moby 25
2024-01-19 16:30:19 +01:00
David Karlsson 385526269a build: regen buildx cli 68c3ac4
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 16:13:36 +01:00
David Karlsson 368f2f232c vendor: github.com/docker/compose 3881690
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 16:13:36 +01:00
David Karlsson 61d4f182d5 vendor: github.com/moby/moby v25.0.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 16:13:36 +01:00
David Karlsson 5ff4adf189 vendor: github.com/docker/cli 01f933261885
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 16:13:36 +01:00
David Karlsson f0260dbf20 hugo: display command aliases
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 16:13:36 +01:00
David Karlsson 04de43a394 cli: remove alias stubs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 16:13:36 +01:00
Allie Sadler 8d964cf230
ENGDOCS-1952 (#19149) 2024-01-19 15:11:52 +00:00
Sebastiaan van Stijn fb582e4821
Merge pull request #18955 from dvdksn/cli-add-host-ipv6-sep
cli: use the new add-host separator
2024-01-19 15:45:10 +01:00
David Karlsson f2ab28125a
Merge pull request #19127 from dvdksn/site-fixups
site fixups
2024-01-19 15:44:34 +01:00
Sebastiaan van Stijn 383af84ddb
Merge pull request #19146 from thaJeztah/deprecate_api_versions
engine: deprecate API versions < 1.24
2024-01-19 15:25:33 +01:00
Sebastiaan van Stijn b0b71204e2
Merge pull request #19107 from dvdksn/rootless-pasta-net-driver
engine: add pasta rootlesskit net driver
2024-01-19 15:25:10 +01:00
Sebastiaan van Stijn 8a7d8e3a1d
Merge pull request #18669 from dvdksn/recursive-ro-bind-mounts
engine: add recursive bind mounts
2024-01-19 15:23:51 +01:00
Sebastiaan van Stijn fed04700bc
Merge pull request #18253 from dvdksn/engine-rn-25.0.0
engine: add release notes for v25.0.0
2024-01-19 15:23:07 +01:00
David Karlsson 578e54a31a engine: add release notes for v25.0.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 14:35:31 +01:00
David Karlsson 775e839e72 config: bump engine versions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 12:22:19 +01:00
Sebastiaan van Stijn 511284154d
engine: deprecate API versions < 1.24
Docker Engine v25.0 deprecates old API versions, and disables
them by default.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-19 11:37:12 +01:00
David Karlsson fdc73c2002
Merge pull request #19145 from felipecruz91/patch-2
Update SSC attestations policy description
2024-01-19 10:56:39 +01:00
Felipe Cruz Martinez da905e892c
Update SSC attestations policy description 2024-01-19 10:51:14 +01:00
David Karlsson b1b8263be7 styles: update site logo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-19 09:59:41 +01:00
CrazyMax e10a69a3ea
Merge pull request #19140 from crazy-max/desktop-build-redirect
create redirect for desktop build feedback form
2024-01-19 09:15:43 +01:00