Commit Graph

490 Commits

Author SHA1 Message Date
Mathieu Champlon 2d87e9b9bc
Add link to extra manual steps to fix the looping security popup (#21743)
<!--Delete sections as needed -->

## Description

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

## 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: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-01-09 10:10:43 +00:00
David Karlsson 08fe4f9b8b build: add BUILDKIT_PROGRESS=quiet
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-09 10:18:42 +01:00
Chaimaa Zegoumou d0a7b19a90
fix: Docker Desktop 4.37.2 link (#21741)
<!--Delete sections as needed -->

## Description

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

fixes Docker Desktop 4.37.2 link
## 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: Chaimaa ZEGOUMOU <chaimaa.zegoumou@docker.com>
2025-01-09 08:39:13 +00:00
Lorena Rangel 510a49ce11
add 4.37.2 release notes (#21739)
<!--Delete sections as needed -->

## Description

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

## 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>
Signed-off-by: Chaimaa ZEGOUMOU <chaimaa.zegoumou@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Chaimaa ZEGOUMOU <chaimaa.zegoumou@docker.com>
2025-01-09 07:19:36 +00:00
Sarah Sanders 4baa3c605c
Merge pull request #21730 from sarahsanders-docker/OAT-activity-log
Add callout to clarify 'Access token' in activity logs
2025-01-08 14:20:43 -08:00
Sarah Sanders 508d07cf49 Fix bracket issue, add backticks 2025-01-08 13:58:33 -08:00
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
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
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
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
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
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
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
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
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
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 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 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 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
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 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 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
Paweł Gronowski f4f443d901 engine: 27.4.1 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-18 12:43:35 +01:00
이드로 (Jethro Lee) fe73e26ffa
Fix typo: `annotations` 2024-12-18 19:35:55 +09:00
tom 312535843b
Merge pull request #21658 from tom-jm69/main
Improve readability of storage driver overview
2024-12-18 09:50:47 +01:00
David Karlsson 3c890735bf
Merge pull request #21617 from dvdksn/build-gcconfig
build: update gc documentation
2024-12-18 09:37:30 +01:00
David Karlsson 54fcccd75e
Merge pull request #21651 from dvdksn/seccomp-freshness
seccomp freshness
2024-12-18 09:36:52 +01:00
Sarah Sanders 1d23f1167a First proofread 2024-12-17 09:50:30 -08:00
David Karlsson 3acfc9ecd8
Merge pull request #21643 from dvdksn/daemon-metrics-wildcard-addr
engine: use 0.0.0.0 for metrics-addr
2024-12-17 13:39:09 +01:00
David Karlsson 7ff0050ec2 engine: add page for the windowsfilter storage driver
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-17 13:03:23 +01:00
David Karlsson 0a4d8cf004 engine: refresh seccomp page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-17 11:00:15 +01:00
David Karlsson 7e4fd0f394 engine: call out 0.0.0.0 as an option for metrics-addr
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-17 10:37:45 +01:00
Sarah Sanders 4cd5d71f87 Fix broken links 2024-12-16 15:48:57 -08:00
Sarah Sanders f60f50af7b Docs freshness: rest of Admin section 2024-12-16 15:43:19 -08:00
David Karlsson 2e6782a75d
Merge pull request #21644 from dvdksn/fix-docker-push-syntaxerror
fix: invalid docker push command with multiple tags
2024-12-16 23:12:29 +01:00
Craig Osterhout 44cce4906f
hub: add image library section (#21485)
<!--Delete sections as needed -->

## Description

- Added "Container image library" section in Docker Hub manual and
started adding concepts.
  - Added section about search and all the filters
  - Added section about catalogs
  - Moved mirroring topic inside
- Updated Hub landing page
- Moved "Trusted content" into Repositories>Manage (for publishers) and
Library (for consumers).


https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/search/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/catalogs/

https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/image-library/trusted-content/


https://deploy-preview-21485--docsdocker.netlify.app/docker-hub/repos/manage/trusted-content/

## Related issues or tickets

ENGDOCS-2352

## Reviews

- [ ] Editorial review
- [ ] Product review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2024-12-16 08:50:11 -08:00
Sarah Sanders de764a8138
docs freshness: updates for organization section (#21630)
## Description
- Docs freshness updates:
    - Style guide updates/consistency
- Improved UI flow steps, some did not link to DH or Admin Console, and
were vague
    - Added Admin Console steps where missing
    - Fixed a few incorrect UI flows
- ENGDOCS-2357 updates: Updated Insights DD table for new fields

## Related issues or tickets
- [ENGDOCS-2348](https://docker.atlassian.net/browse/ENGDOCS-2348)
- [ENGDOCS-2357](https://docker.atlassian.net/browse/ENGDOCS-2357)

## Reviews
- [ ] Editorial review

[ENGDOCS-2348]:
https://docker.atlassian.net/browse/ENGDOCS-2348?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[ENGDOCS-2357]:
https://docker.atlassian.net/browse/ENGDOCS-2357?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-16 08:42:08 -08:00
David Karlsson ace01c349e fix: invalid docker push command with multiple tags
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-16 17:34:10 +01:00