Commit Graph

744 Commits

Author SHA1 Message Date
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
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
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
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 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 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
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
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
Felipe Cruz Martinez da905e892c
Update SSC attestations policy description 2024-01-19 10:51:14 +01:00
Craig Osterhout 3345dd20af
get-started: add genai guide (#18944)
* add genai guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-01-18 19:02:08 -08:00
David Karlsson 16b8554123
Merge pull request #18143 from dvdksn/manuals-overview
ux: manuals landing page
2024-01-18 17:56:22 +01:00
David Karlsson 637a19aa1c site: add manuals landing page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-18 17:52:39 +01:00
Allie Sadler 547d161248
ENGDOCS-1944 (#19104)
* ENGDOCS-1944

* edits

* edits

* change wording

* change wording

* review edits
2024-01-18 16:39:01 +00:00
Stephanie Aurelio cfa324aab7
remove callout (#19131) 2024-01-18 08:37:43 -08:00
Allan Lewis 9d2f6bbaac
Improve "Extend your Compose file" (#19129)
* extends.md: Add trailing newline

* extends.md: Remove trailing whitespace

* extends.md: Correct reference to previously-named file

* extends.md: Correct YAML syntax

* extends.md: Use conventional YAML indentation

* extends.md: Wrap to 80 characters

* Update content/compose/multiple-compose-files/extends.md

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-01-18 16:29:51 +00:00
Guillaume Lours 1da0617fa5
update Compose v2.24.1 release notes (#19126)
* update Compose v2.24.1 release notes

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Update content/compose/release-notes.md

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-01-18 12:22:46 +00:00
David Karlsson d3482fa8b8
Merge pull request #19112 from dvdksn/docker-scout-sbom-indexer-latest
scout: update old tag name for docker/scout-sbom-indexer
2024-01-18 06:13:31 +01:00
David Karlsson a96864c974
Merge pull request #18865 from dvdksn/scout-vuln-severities
scout: describe cve severity categorization
2024-01-17 19:18:13 +01:00
Valeriy 7064a49f06
Complete docs for "restart: on-failure" in "Compose file reference / Services top-level element" (#19116)
* Complete docs for "restart: on-failure" in "Compose file reference / Services top-level element"

* Fix link: /engine/reference/run/#restart-policies---restart

* remove "The default number of restart retries is 1."
2024-01-17 09:17:24 +00:00
David Karlsson f17281ab38
Merge pull request #19100 from dvdksn/hub-clarify-removed-aim-endpoints
hub: clarify which api endpoints were removed with AIM removal
2024-01-17 10:16:26 +01:00
David Karlsson 935b215eb8
Merge pull request #19113 from thaJeztah/remove_api_version_include
remove "api-version-matrix" include
2024-01-16 20:21:24 +01:00
Sebastiaan van Stijn 7dd1465b7c
remove "api-version-matrix" include
It was only used on a single page, so we might as well just
inline its content.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-16 20:13:46 +01:00
David Karlsson 9f2bac774a
Merge pull request #19111 from slashdreama/patch-1
Update tmpfs.md to correct the example tab about using "--tmpfs" flag
2024-01-16 20:13:11 +01:00
David Karlsson 3cafdb0185 scout: update old tag name for docker/scout-sbom-indexer
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-16 20:11:41 +01:00
David Karlsson c4bf5f337a
Merge pull request #19098 from dvdksn/scout-release-notes-retroactive-update
scout: release notes updates
2024-01-16 18:50:14 +01:00
Adama f393cd8018
Update tmpfs.md
To specify the real flag "--tmpfs" used for the example tab. So we avoid the confusion with volume.
Hope that is helpful
2024-01-16 14:35:50 +00:00
David Karlsson 5b49ec733e engine(rootless): improve network troubleshooting overview
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-16 15:08:12 +01:00
Felipe Cruz Martinez 18aa50a82c
Explain explicit property in default non-root user policy (#19108)
* Explain explicit property in default non-root user policy

* Apply suggestions from code review

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-16 14:25:25 +01:00
David Karlsson 8410a7d251
Merge pull request #19106 from dvdksn/build-cache-protocol-compatibility
build: clarify cache backend protocol compatibility
2024-01-16 14:24:21 +01:00
David Karlsson a8150797af engine: add pasta rootlesskit net driver
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-16 14:03:26 +01:00
David Karlsson 8c1ad29878
Merge pull request #19103 from dvdksn/remove-reading-time-indicator
site: remove "reading time" indicator
2024-01-16 12:02:26 +01:00
David Karlsson e3c269e58a build: clarify cache backend protocol compatibility
S3 and GHA cache backends can be used with other services compatible
with the S3/GHA protocols.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-16 12:01:27 +01:00
David Karlsson 28e564187c site: remove "reading time" indicator
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 17:29:17 +01:00
David Karlsson fea5253efa scout(policy): diff compliant/non-compliant Dockerfile, non-root user
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 15:40:59 +01:00
David Karlsson 74700240ff hub: clarify which api endpoints were removed with AIM removal
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 15:00:03 +01:00
David Karlsson 5847964bc3 scout: describe cve severity categorization
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 14:47:23 +01:00
David Karlsson 513c588368
Merge pull request #19025 from dvdksn/fluentd-async-reconnect-interval
engine: add fluentd-async-reconnect-interval fluentd log-opt
2024-01-15 12:09:58 +01:00
David Karlsson 9865dc81a2 scout: retroactively update release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 09:25:18 +01:00
David Karlsson 8f102a5ae0 scout: deindent release notes headings
Heading levels were unnecessarily deep, removed the "New" heading in
favor of a more flat structure, emphasizing features.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-15 07:10:32 +01:00
Craig Osterhout 28d37919b8
doc-freshness: get-started and lang guides (#19077)
* tier 2 freshness for get started and language guides

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-01-12 07:21:22 -08:00
Sebastiaan van Stijn 99dc1f8c68
Merge pull request #19087 from dvdksn/clarify-restart-policy-attached-mode
engine: clarify restart policy with foreground containers
2024-01-12 15:55:49 +01:00
David Karlsson b135738db8
Merge pull request #19065 from dvdksn/policy-rephrase-default
scout: reword default policies to out-of-the-box
2024-01-12 15:49:51 +01:00
Allie Sadler 83f11aeb52
Engdocs 1941 (#19083)
* move content in

* vendor

* fix broken link

* fix lint errors

* fix build

* fix build

* fix build

* fix toc

* services.md

* fix build again
2024-01-12 14:39:18 +00:00
David Karlsson 351a55568a build: buildx v0.12.1 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-12 13:31:27 +01:00