Commit Graph

64577 Commits

Author SHA1 Message Date
Allie Sadler 2aecb5f9d9
ENGDOCS-2370 (#21734)
<!--Delete sections as needed -->

## Description

Fixes issue identified in https://github.com/docker/docs/issues/21718

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-08 21:28:21 +00:00
Craig Osterhout c5b31325ae
hub: autobuild refresh (#21610)
<!--Delete sections as needed -->

## Description

Quick refresh of autobuild content.

- Updated some linkTitles and weights to make the titles more scannable
in the nav and somewhat logically ordered.
- Updated capitalization to sentence case for consistency. 
  - `Automated builds`->`[Aa]utomated builds`
  - `Autobuild`->`[Aa]utobuild`
  - `Automated tests`->`[Aa]utomated tests`
  - `Autotest`->`[Aa]utotest`
- Updated note formatting.
- Fixed some vale nags.
  - `above`->`previous`
  - `click`->`select`

Did a `git mv` with the following files, but I think the similar file
names caused everything to be flagged as new/deleted rather than just
renamed. Not planning to do a deeper refresh of the existing content at
this time.

- Renamed `_index.md` to `setup.md`
- Renamed `how-builds-work.md` to `_index.md`


https://deploy-preview-21610--docsdocker.netlify.app/docker-hub/repos/manage/builds/

## Related issues or tickets

ENGDOCS-2351

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-01-08 13:27:51 -08:00
CrazyMax 2db1648b57
Merge pull request #21735 from crazy-max/bake-v6
update bake-action to v6
2025-01-08 18:55:25 +01:00
Sarah Sanders 5fcf6f4ea4 Fix quotes and uptick 2025-01-08 09:19:09 -08:00
CrazyMax 7f3611a20b
build: update bake-action to v6
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-01-08 13:48:36 +01:00
CrazyMax a745724f2a
ci: update bake-action to v6
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-01-08 12:19:24 +01:00
Lorena Rangel 7e1a59e189
add known issue for macOS (#21733)
<!--Delete sections as needed -->

## Description

- Added know issue for Docker Desktop
- re-added links for 4.29 and 4.30

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-08 10:42:35 +00:00
Bruno Bernard fbee068025
docs: add missing deploy modes for compose file reference (#21606)
## Description

Noticed that on the source code we had two more modes:

e8ecf83ee0/api/specs.proto (L106)

9633556bef/daemon/cluster/convert/service.go (L142)

## Related issues or tickets

## Reviews

- [ ] Technical review
- [x] Editorial review
- [ ] Product review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-08 08:53:28 +00:00
Allie Sadler e6139394c7
ENGDOCS-2365 (#21728)
<!--Delete sections as needed -->

## Description

Small clarity addition. Addresses
https://github.com/docker/docs/issues/21151?reload=1

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-01-08 08:23:45 +00:00
Sarah Sanders 7757f7a50d Update callout with Craig's feedback 2025-01-07 14:29:02 -08:00
Sarah Sanders d160b1e286 Add callout to clarify 'Access token' in activity logs 2025-01-07 09:29:42 -08:00
Allie Sadler bfd46ac620
ENGDOCS-2360 (#21725)
<!--Delete sections as needed -->

## Description

Looks larger than it is: - 

- A follow-up to comments on https://github.com/docker/docs/pull/21639
- Deals with hotjar issue
https://docker.slack.com/archives/C04BMTUC41E/p1734970724382829
- Vale freshness

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-01-07 17:12:17 +00:00
Guillaume Lours ececfa948c
release-notes for Compose v2.32.2 version (#21726)
<!--Delete sections as needed -->

## Description
Add release notes of Compose `v2.32.2` version
<!-- Tell us what you did and why -->

## Related issues or tickets
https://docker.atlassian.net/browse/COMP-868
<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [x] Editorial review
- [ ] Product review

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-07 16:53:02 +00:00
Monica Chao 66eb22e5fa
docs: added section on symlinks when using SFS (#21712)
<!--Delete sections as needed -->

## Description

Based on customer feedback, it was not clear how to resolve the `unable
to create symbolic link` error which can result from a user without
permissions to create symbolic links when using a synchronized file
share.

## Related issues or tickets

- SEG-689

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [X] Editorial review
- [ ] Product review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-06 16:28:57 +00:00
David Scott 3cac036e93
vmm: add note that Docker VMM is based on libkrun (#21702)
<!--Delete sections as needed -->

## Description

Add a small note that Docker VMM is based on libkrun (which is an
excellent project!)

<!-- Tell us what you did and why -->

## Related issues or tickets

Related to https://x.com/slpnix/status/1872690298360410610

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

FYI @dgageot @slp

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: David Scott <dave@recoil.org>
2025-01-06 10:46:46 +00:00
David Karlsson da359d3cbb
Merge pull request #21721 from dvdksn/vale-accept-pluralized-acronyms
vale: properly allow pluralized acronyms
2025-01-06 10:56:12 +01:00
Sergii 14761738ce
fix: square brackets (#21698)
<!--Delete sections as needed -->

## Description

I updated the heading to replace <project directory> with the
HTML-escaped equivalent &lt;project directory&gt;. This change ensures
proper rendering on the web version of the site, where raw HTML don't
display correctly..

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Co-authored-by: Sergii Boboshko <sergii.boboshko@henesis.eu>
2025-01-06 09:51:12 +00:00
David Karlsson 6c99895fd1 vale: properly allow pluralized acronyms
Something changed in a recent vale release where the old regex syntax
for enforcing case-sensitivity does not work anymore. This change
ensures that the allow-rule for ignoring pluralized acronyms only flag
terms that begin with two or more *uppercase* letters, followed by an s.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-06 07:26:01 +01:00
Sebastiaan van Stijn 51c5636494
Merge pull request #21709 from syaghoubi00/chore/cleanup-unsupported-version-instruction
chore: cleanup instructions for unsupported version
2025-01-02 00:14:54 +01:00
Sebastian Yaghoubi d40576b3ab
chore: cleanup instructions for unsupported version
Debian 10 is no longer a supported version,
per content/manuals/engine/install/debian.md#os-requirements

Signed-off-by: Sebastian Yaghoubi <sebastianyaghoubi@gmail.com>
2025-01-01 14:54:00 -08:00
dependabot[bot] de1a63e846
build(deps): bump peter-evans/create-pull-request from 7.0.5 to 7.0.6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.5 to 7.0.6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](5e914681df...67ccf781d6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-30 01:22:00 +00:00
David Karlsson 73d74add2b
Merge pull request #21686 from b-c-v/fix-formatting
Fix formatting
2024-12-26 13:24:37 +01:00
Sebastiaan van Stijn 06bca192d8
Merge pull request #21689 from dvdksn/fix-svg-typo
fix: typo in svg (emptry -> empty)
2024-12-26 12:43:08 +01:00
David Karlsson 0b119f702e fix: typo in svg (emptry -> empty)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-26 09:53:03 +01:00
Sergii Boboshko bb99e03904 Fix formatting 2024-12-26 00:31:24 +01:00
David Karlsson 2742bbaca8
Merge pull request #21664 from dvdksn/gha-distributed-build-metadata
build: add tags and multi-registry push to distributed gha example
2024-12-21 06:42:48 +01:00
Sebastiaan van Stijn c8cc3fa6c4
Merge pull request #21679 from dvdksn/add-language-redirect
redirects: add alias for /guides/language/
2024-12-20 18:01:31 +01:00
David Karlsson f062709f4b redirects: add alias for /guides/language/
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 16:47:35 +01:00
David Karlsson c18562ce98
Merge pull request #21652 from dvdksn/windowsfilter
engine: add page for the windowsfilter storage driver
2024-12-20 16:40:34 +01:00
David Karlsson 597ade6b4f
Merge pull request #21548 from dvdksn/ask-gordon-beta
desktop: ask gordon beta
2024-12-20 16:20:18 +01:00
David Karlsson e41c490f39 site: add landing page callout to Ask Gordon
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 16:16:09 +01:00
David Karlsson 09a6ee6a76 desktop: add enableDockerAI settings management property
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 16:16:09 +01:00
David Karlsson d06f88b5a9 desktop: add ask gordon page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 16:16:09 +01:00
David Karlsson 857b9af148
Merge pull request #21676 from dvdksn/tmpfs-default-mountopts
storage: document opts with --tmpfs
2024-12-20 16:05:08 +01:00
David Karlsson d20098222d vale: add "anonymize" to vocabulary
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 15:53:13 +01:00
David Karlsson a2e4fd55e1 vale: allow pluralized acronym initialization
E.g., "Large Language Models (LLMs)" permits the use of "LLM"

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 15:53:12 +01:00
David Karlsson dc28d62ce6 storage: use different formatting template when inspecting --tmpfs mount
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 15:20:39 +01:00
David Karlsson 72786ec397 storage: document how to set mount opts with --tmpfs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-20 15:17:57 +01:00
David Karlsson c41ed45e6c
Merge pull request #21673 from dvdksn/fix-macinstall-scoutbin
scout: fix manual cli bin install steps
2024-12-19 17:23:39 +01:00
David Karlsson 69b1763b6b scout: fix manual cli bin install steps
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-19 15:42:56 +01:00
Sebastiaan van Stijn 6c8c8f874b
Merge pull request #21670 from lorenrh/patch-4
Use correct build number
2024-12-19 00:29:39 +01:00
Lorena Rangel 8f1e019a88
Use correct build number 2024-12-18 19:41:25 +01:00
Sarah Sanders 0e51f0169a
Merge pull request #21648 from sarahsanders-docker/company-admin-freshness
admin: docs freshness
2024-12-18 09:55:30 -08:00
Lorena Rangel 68add43251
feat: docker desktop 4.37.1 release notes (#21645)
<!--Delete sections as needed -->

## Description

4.37.1 release notes

## Related issues or tickets


## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-12-18 16:05:09 +00:00
David Karlsson a8e5875e57
Merge pull request #21196 from mikesir87/add-links-to-container-supported-guide
Add links to other guides in container-supported development guide
2024-12-18 15:11:47 +01:00
Michael Irwin 29a1c25cfc Add links to other guides in container-supported development guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-18 15:08:03 +01:00
David Karlsson 6a97d65750
Merge pull request #21663 from dvdksn/fix-sidebar-reverse
hugo: fix 'reverse' option for re-ordering sidebar entries
2024-12-18 14:42:01 +01:00
David Karlsson 391ad34fa3 build: add tags and multi-registry push to distributed gha example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-18 14:35:47 +01:00
David Karlsson e7246a2fdf hugo: fix 'reverse' option for re-ordering sidebar entries
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-18 13:06:50 +01:00
David Karlsson 26c703d67f
Merge pull request #21629 from vvoland/release-27.4.1
engine: 27.4.1 release notes
2024-12-18 12:44:01 +01:00