Commit Graph

28 Commits

Author SHA1 Message Date
rohan436
2cc6ce2d84 docs: fix trust automation typo 2026-03-08 14:23:40 +08:00
rohan436
650f04b622 docs: fix trust delegation typo 2026-03-07 10:45:02 +08:00
David Karlsson
8d9b9ef1e8 chore: remove deprecated _build frontmatter keyword
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-01-05 08:34:34 +01:00
David Karlsson
d099f51df7 Merge pull request #23642 from dvdksn/ubuntu-rootless-apparmor-profile
engine: safer creation of rootlesskit apparmor profile
2025-11-24 10:37:58 +01:00
David Karlsson
6e8ef4cf21 engine: safer creation of rootlesskit apparmor profile
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-19 15:38:53 +01:00
David Karlsson
9fe8e768d1 lint: add MD059/descriptive-link-text markdownlint rule
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-11-03 15:24:10 +01:00
Navadeep0007
201d210db6 docs: update Docker Hub official image link for mongo (library -> _)
Signed-off-by: Navadeep0007 <2400030007@kluniversity.in>
2025-11-02 23:17:25 +05:30
Jack Green
e86ca5ee04 Bump registry image references to 3
[The last `2` update was 7 months ago](https://hub.docker.com/_/registry/tags?name=2).
2025-09-23 12:23:39 +02:00
Usha Mandya
13638dc820 Add a note on DCT retirement
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2025-09-12 10:40:13 +01:00
Craig Osterhout
5d7168c9a5 engine: format using code fence (#23385)
<!--Delete sections as needed -->

## Description

Formatted codeblocks with code fence to prevent styling issue.
Cleaned up some spacing.


https://deploy-preview-23385--docsdocker.netlify.app/engine/security/trust/trust_sandbox/

## Related issues or tickets

Closes #23376 

## Reviews

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

- [ ] Editorial review

---------

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-09-10 07:59:33 -07:00
Akihiro Suda
89344f43f1 engine/security/rootless: split to multiple pages ; remove outdated/duplicated info (#23302)
<!--Delete sections as needed -->

https://docs.docker.com/engine/security/rootless/ was too lengthy and
giving a false sense that Rootless mode was quite clunky and hard to
use, although actually it can be just set up in a single command:
```
dockerd-rootless-setuptool.sh install
```

## Description

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

### Commit 1: `engine/security/rootless: split to multiple pages`
This commit only splits the page.
The content will be updated in subsequent commits.

### Commit 2: `engine/security/rootless: remove outdated/duplicated
info`

Setup:
- `dockerd-rootless-setuptool.sh` has been improved to show help when
the prerequisites are not satisfied.
Users no longer need to read the **lengthy** "prerequisites"
documentation unless they encounter issues.

- The document had duplicated descriptions about dbus, uidmap, and
machinectl stuffs in several places.

Graph drivers:
- Rootless OverlayFS has been merged into the upstream since kernel
5.11:
  torvalds/linux@459c7c565a .
  Ubuntu no longer patches the kernel.

- FUSE-OverlayFS is typically no longer needed on the current supported
distros,
  except EL 8.

SELinux:
- Remove a workaround for an issue that was already fixed in Docker
Engine v20.10.8.

CLI:
- `docker context use rootless` no longer needs to be executed manually,
  since Docker v23. (moby/moby#43061)

## Related issues or tickets

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

## Reviews

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

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


## Preview

https://deploy-preview-23302--docsdocker.netlify.app/engine/security/rootless/

---------

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Co-authored-by: Paweł Gronowski <me@woland.xyz>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-09-08 10:19:18 +01:00
Arthur
26d2041243 chore(vale): build fixes (#23277) 2025-08-20 11:23:38 +02:00
dp-anto
331240357c fix: typo in userns-remap.md (#23174)
<!--Delete sections as needed -->

## Description

Removed an unnecessary word.

## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-07-28 13:51:52 +00:00
Austin Vazquez
b398f346a7 fix: link for moby container default capabilities
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-07-25 10:17:37 -07:00
Austin Vazquez
1ebee90ffb fix: links for moby apparmor/seccomp security profiles
Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2025-07-25 08:57:34 -07:00
Arthur
f4ac24cacf fix: unrecognized language (#23085)
Update code fences that use a non-recognized codefence language value.

Resolves #23081.
2025-07-15 15:53:34 +02:00
Ville Skyttä
4693262586 Merge pull request #22135 from scop/docs/manuals-compose-yaml
docs(manuals): use canonical compose.yaml filename
2025-03-03 09:23:00 +00:00
Ville Skyttä
ae3eec2c70 docs: grammar and spelling fixes (#22136)
<!--Delete sections as needed -->

## Description

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

Fix a few grammar and spelling errors.


## Reviews

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

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-28 14:13:37 -08: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
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
64736e4c39 style: s/distro/distribution/g
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
James Simas
728e893de5 Update userns-remap.md
Fix wording.
2024-11-05 10:52:54 -08:00
Arie Heinrich
f47cec1a33 Align grammar to official contribution guideline (#21233)
Align grammar to official contribution guideline -
https://docs.docker.com/contribute/style/grammar/
2024-10-24 17:29:44 +02:00
Arie Heinrich
c17faccf17 Spelling fixes (#21230)
Christmas is early :) and i had some free time to go over all the
documents and fix all spelling mistakes i have found.
2024-10-24 13:02:40 +02:00
John Bowdre
579a780b48 docs: typo in rootless docs
Fixes a minor typo in the networking errors section
- `Newtork` --> `Network`
2024-10-21 14:47:10 -05:00
David Karlsson
6e4790e291 chore: rewrite links from index.md to _index.md
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 16:54:06 +02:00
David Karlsson
656d1a871c chore: add navigation stubs, weights
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson
135870fc13 hugo: move manuals content to /manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:09 +02:00