Commit Graph

113 Commits

Author SHA1 Message Date
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
Maciek Weksej 2da32f0742
fix: release-notes/27: make 27.5.1 headings match other subreleases. (#22116)
## Description

The Release Notes for v27 have different header sizes for latest 27.5.1
release. This triggers my OCD, so I opened a PR to address it ;),

<img width="258" alt="Screenshot 2025-02-27 at 09 10 33"
src="https://github.com/user-attachments/assets/19f21cc5-8f0b-4770-af2b-973775ebbaf3"
/>

## Reviews

Header sizes are consistent between versions on other release pages.

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
2025-02-27 08:32:43 +00:00
Rob Murray 2090e5bcbb
Updates for moby 28.0.1 (#22086)
## Description

- Describe new iptables chain `DOCKER-FORWARD`, which splits Docker's
rules out of the main `FORWARD` chain where they were being antisocial -
related to https://github.com/moby/moby/pull/49518
- Update notes about IP Forwarding and the default DROP policy
- Only engine < 28.0.0 allows remote access to ports published to the
localhost address

## Related issues or tickets

## Reviews

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

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

---------

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-02-26 14:10:18 +00:00
Paweł Gronowski 4264011856
engine: 28.0.1 release notes (#22108)
<!--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: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2025-02-26 14:08:49 +00:00
Paweł Gronowski 7cf1b1cac4
engine: 28.0.0 release notes (#21932)
<!--Delete sections as needed -->

## Description

engine: 28.0.0 release notes

<!-- 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: Paweł Gronowski <pawel.gronowski@docker.com>
Co-authored-by: aevesdocker <allie.sadler@docker.com>
2025-02-20 10:09:36 +00:00
Rob Murray 3520fa2ed9
Updates for moby 28.0 networking (#21612)
## Description

Updates for moby 28.0 networking.

## Related issues or tickets

Series of commits ...
- Fix description of 'inhibit_ipv4'
- Not changed in moby 28.0, updated to clarify difference from (new)
IPv6-only networks.
- Updates to default bridge address config
  - https://github.com/moby/moby/pull/48319
- Describe IPv6-only network config
  - https://github.com/moby/moby/pull/48271
  - https://github.com/docker/cli/pull/5599
- Update description of gateway modes
  - https://github.com/moby/moby/pull/48594
  - https://github.com/moby/moby/pull/48596
  - https://github.com/moby/moby/pull/48597
- Describe gateway selection in the networking overview.
  - https://github.com/docker/cli/pull/5664
- Describe gateway mode `isolated`
  - https://github.com/moby/moby/pull/49262

## Reviews

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

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

---------

Signed-off-by: Rob Murray <rob.murray@docker.com>
2025-02-20 10:09:14 +00:00
Sarah Sanders 24f4b0ebef
Update content/manuals/engine/install/ubuntu.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2025-02-10 10:59:26 -05:00
Sarah Sanders 146dceda9e Fix 404 2025-02-10 09:58:55 -05:00
Petteri Räty 65585fdd6c
Fix argument name to docker network create (#21966)
<!--Delete sections as needed -->

## Description

```
$ docker network create --help | grep opt
      --ipam-opt map         Set IPAM driver specific options (default map[])
  -o, --opt map              Set driver specific options (default map[])
```

So the documentation should be changed from using --option to --opt.
2025-02-05 11:01:18 +00:00
Rashi Chaubal 6c679a648d
fix: clarified rprivate by adding spell out recursive private in volumes.md (#21711)
## Description

<!-- Tell us what you did and why -->
To avoid confusion of rprivate provided fix: clarified rprivate by
adding spell out recursive private in volumes.md

## Related issues or tickets
#21688

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

## Reviews

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

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

---------

Signed-off-by: Rashi Chaubal <12rashic@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-02-05 09:19:29 +00:00
Craig Osterhout 7008f1f213
add aliases for 404s (#21945)
<!--Delete sections as needed -->

## Description

Add some aliases for some top 404s.

https://heapanalytics.com/app/env/4204607514/graph/chart/Docs-Weekly-404-Errors-13539083

## Related issues or tickets

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

## Reviews

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

- [ ] Editorial review

Signed-off-by: Craig <craig.osterhout@docker.com>
2025-01-31 14:10:10 -08:00
Nils Israel 255c59bf55
Merge pull request #21749 from nisrael/patch-1
directly support ubuntu based distros in add repository snippet
2025-01-31 12:51:15 +01:00
Sarah Sanders 9f56d945a7
chore: summary bar cleanup (#21887)
## Description
- Updated "Contribute" guide to reference summary bars, added
instructions for using them
- Removed `introduced` partial, this is now replaced by the summary bar
`requires` value
- Updated all files using `introduced` partial to use summary bar,
updated YAML file w/ feature name and info

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

## Reviews
- [ ] Technical review
- [ ] Editorial review

[ENGDOCS-2392]:
https://docker.atlassian.net/browse/ENGDOCS-2392?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-30 07:54:26 -08:00
Old Bay 92c3850fe1
Update configure.md (#21915)
Just fixed a typo. I am lazy, so I adjusted a single letter as to not
bother with any more grammar.

<!--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
- [x] Editorial review
- [ ] Product review

---------

Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
2025-01-29 09:38:23 -08:00
Sarah Sanders d083617e9d
fix: update include.html for heading error (#21906)
## Description
- Problem: Some include shortcodes produce missing H3 ToC headings (ex:
https://docker.slack.com/archives/C039ZM6GH4Z/p1737545677728649)
- Fix: Update to include.html uses Hugo readFile function to fix parsing
errors and updated all include shortcodes using Find and Replace to use
correct syntax: `{{% "include-file" %}}`

## Related issues or tickets
-
[ENGDOCS-2398](https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiZGE3OTBmY2ExOTliNDVjY2JlOTc4Y2ViY2MwNDI3NDEiLCJwIjoiaiJ9)

## Reviews
- [ ] Technical review

[ENGDOCS-2398]:
https://docker.atlassian.net/browse/ENGDOCS-2398?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-29 07:31:40 -08:00
Sebastiaan van Stijn dd14a642da
Merge pull request #21869 from vvoland/engine-27.5.1
engine: 27.5.1 release notes
2025-01-22 19:51:34 +01:00
Paweł Gronowski 525d991075
engine: 27.5.1 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-01-22 19:06:09 +01:00
Sarah Sanders 3de8201822
implement summary bars for feature attributes (#21667)
## Description
- Create `summary-bar.html` shortcode
- Inline styling

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

## Reviews
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

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

Preview:
https://deploy-preview-21667--docsdocker.netlify.app/security/for-admins/hardened-desktop/settings-management/configure-admin-console/

[ENGDOCS-2334]:
https://docker.atlassian.net/browse/ENGDOCS-2334?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
2025-01-21 09:19:16 -08:00
David Karlsson a9426ee61a
Merge pull request #21833 from dvdksn/fix-cgroups-typo
engine: fix typo related to cgroup names
2025-01-16 13:19:33 +01:00
Alexandre Amaral de Carvalho 767c685f9a
Update stack-deploy.md
curl using localhost hangs, only works with 127.0.0.1
2025-01-16 10:39:08 +00:00
David Karlsson 22916c5473 engine: fix typo related to cgroup names
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-16 10:16:14 +01:00
Paweł Gronowski 74cc5b0829 engine: 27.5.0 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2025-01-14 10:44:07 +01:00
David Karlsson 2a11e52300
Merge pull request #21753 from dvdksn/dd-host-nw-ga
networking: host driver in dd is no longer beta
2025-01-11 08:54:32 +01:00
David Karlsson 2530d03f9a networking: host driver in dd is no longer beta
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-09 14:07:44 +01:00
David Karlsson 08bbe48015 chore: remove stray mentions of Docker EE
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2025-01-09 14:04:26 +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
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 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 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
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 54fcccd75e
Merge pull request #21651 from dvdksn/seccomp-freshness
seccomp freshness
2024-12-18 09:36:52 +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
David Karlsson a1a44f462c engine: dynamic docker-ce version n (latest) and n-1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-10 09:51:14 +01:00
David Karlsson 64f5a2876f engine: update versions for v27.4.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 18:47:54 +01:00
David Karlsson ad754345a9 engine: fix en_GB spelling of optimize
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-09 17:38:06 +01:00
Paweł Gronowski eaa2ac4f5c
engine: 27.4.0 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-12-09 17:03:13 +01:00
David Karlsson ba7c7c6d44 engine: freshness updates for storage mounts (bind, volume, tmpfs)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-12-06 14:39:22 +01:00
Drew Erny e890db3e82 Found another typo
Signed-off-by: Drew Erny <derny@mirantis.com>
2024-11-28 11:26:26 -06:00
Drew Erny 0a64508762 Fix critical typo, very broken
Signed-off-by: Drew Erny <derny@mirantis.com>
2024-11-28 11:00:19 -06:00
David Karlsson b98c303498 chore: add sidebar groups to top-level pages in manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-26 13:49:53 +01:00
David Karlsson 5b23d3e4fa
Merge pull request #21407 from wcbing/main
Update or remove links in installation documentation
2024-11-18 09:35:36 +01:00
Sarah Sanders 3709b9bab5
Merge branch 'main' into ENGDOCS-2281 2024-11-13 09:38:26 -08:00
Allie Sadler 371db0ad99
ENGDOCS-2315 (#21416)
<!--Delete sections as needed -->

## Description

Standardize overview pages

## 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
2024-11-13 10:19:19 +00:00
9ccaf6f0ae
docs: remove interference option in docker engine install doc 2024-11-12 15:37:14 +08:00
Sarah Sanders 363d194cac
Merge branch 'main' into ENGDOCS-2281 2024-11-11 14:59:50 -08:00
Sarah Sanders d81460ef59 Update content/manuals/engine/swarm/how-swarm-mode-works/nodes.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 10:32:44 -08:00