Commit Graph

785 Commits

Author SHA1 Message Date
Baljinder Benipal fe3d0117a2
Fix grammatical error 2024-01-25 21:04:03 -05:00
David Karlsson 79efdd5aaa
Merge pull request #19217 from docker/registry-configuration-redirect
fix: missing redirect for /registry/configuration
2024-01-25 23:16:29 +01:00
David Karlsson 5db1e07590
Merge pull request #19138 from audunmg/patch-1
Fix apt-get remove and ascii GPG key
2024-01-25 22:22:47 +01:00
audunmg 33befd6922 Fix apt-get ascii GPG key
Changing the file extension for the GPG key to .asc lets apt-get know
the GPG key is in ascii armor format, no need to dearmor.

Co-authored-by: audunmg <audun@gangsto.org>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 21:58:50 +01:00
David Karlsson 669702d514 fix: missing redirect for /registry/configuration
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 21:45:41 +01:00
maxcleme 137462fd45
fix(docker-desktop): wrong linux links
Signed-off-by: maxcleme <maxime.clement@docker.com>
2024-01-25 21:28:51 +01:00
Stephanie Aurelio 8f4c213dad
Callout limitation with convert account (#19212)
* add callout and remove reference to paid sub

* implement feedback
2024-01-25 11:52:28 -08:00
Allie Sadler 9589acc0f5
add links to new pages (#19210)
* add links to new pages

* sentence case

* steal badge
2024-01-25 17:00:40 +00:00
David Karlsson bbbdfcd6b0
desktop: containerd general availability (#19105)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 16:28:17 +00:00
Cesar Talledo 7734c16df8
ECI: document docker socket mount restrictions. (#19117)
* eci: document docker socket mount restrictions.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: make formatting of notes more consistent.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: add new config section to docs TOC.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: a few more small doc improvements.

Remove the note regarding ECI being available to business customers
from all but the main ECI doc page (it's overkill otherwise).

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: more doc improvements per review feedback.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-01-25 16:23:39 +00:00
Johannes Großmann 5b7a6ba6e4
add docker debug cli reference (#19178)
* add docker debug cli ref

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* feedback1

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* remove pull

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* fix title

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* feedback2

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* refactor: restructuring of docker debug docs

* review: addressed comments

* feat: add cross-links

* review: addressed comments

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Craig Osterhout <craig.osterhout@docker.com>
2024-01-25 16:19:27 +00:00
Allie Sadler 33056bfb69
ENGDOCS-1959 (#19196)
* ENGDOCS-1959

* stage correction
2024-01-25 16:15:14 +00:00
Allie Sadler f1cdb98a83
ENGDOCS-1931 (#19081)
* ENGDOCS-1931

* format fixes

* PM review

* SME review and update screenshot

* more review edits

* more review edits
2024-01-25 16:11:28 +00:00
Craig Osterhout bc3e173ede
docker init: add java, remove beta (#19137)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-01-25 16:08:13 +00:00
Lorena Rangel 1289aca1c4
Docker Desktop 4.27 release notes (#19181)
* Docker Desktop 4.27 release notes

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* small fixes, add build UI section

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Update content/desktop/release-notes.md

* Extension marketplace release note

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-01-25 16:04:42 +00:00
David Karlsson b41cdf9c02
Merge pull request #19195 from dvdksn/improve-sidebar-initial-state
site: make it faster
2024-01-25 13:07:58 +01:00
David Karlsson 0ff3eb3aab hugo: migrate font icons to svg
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-25 12:28:38 +01:00
Stephanie Aurelio e0f3049d5d
Billing and subscription FAQ updates (#19182)
* move faq content to main manuals

* add crosslink

* update wording

* implement feedback

* update callout
2024-01-24 13:12:59 -08:00
David Karlsson 622e8d99ee
Merge pull request #19183 from dvdksn/engine-25.0.1-release
engine: 25.0.1 release notes
2024-01-24 11:45:06 +01:00
David Karlsson e49e3129e8 engine: 25.0.1 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-24 11:24:50 +01:00
Akihiro Suda 7e4856991e
buildx: Kubernetes: fix an incorrect explanation about QEMU
QEMU (user mode) performs full CPU emulation, not full system emulation
2024-01-24 13:11:12 +09:00
Craig Osterhout 0f9f4c40d8
temp fix genai sample repo
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-01-23 14:40:34 -08:00
David Karlsson d176a6c330
Merge pull request #19070 from dvdksn/scout-policy-base-image-from-approved-src
scout(policy): Unapproved base images
2024-01-23 21:24:37 +01:00
Sebastiaan van Stijn ebbdd919a3
Merge pull request #19185 from dvdksn/25.0-releasenote-fixup
engine: add normalized RLIMIT_NOFILE default to v25 release note
2024-01-23 18:20:00 +01:00
Allie Sadler dcfe8baa0b
ENGDOCS-1948 (#19121)
* ENGDOCS-1948

* edits

* review edits
2024-01-23 15:53:43 +00: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 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
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
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
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
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