Commit Graph

64577 Commits

Author SHA1 Message Date
David Karlsson c39ea1a7b1 scout: scout dd ui docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 14:32:19 +01:00
David Karlsson 2e89870fff scout: simplify content about sources/advisories
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 14:32:19 +01:00
David Karlsson 72333139f0 scout: improve structure of release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 14:32:19 +01:00
David Karlsson 003c498d9e scout: refresh image analysis page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 14:32:19 +01:00
David Karlsson ab8f757e65 scout: refresh data handling page, add provenance
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 14:32:19 +01:00
David Karlsson 98d2e10269 scout: refresh sbom page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 14:32:19 +01:00
David Karlsson 824f9ffe38 scout: rewrite scout overview intro
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 14:32:19 +01:00
David Karlsson 5462298588 scout: rewrite page about image prefixes 2024-02-21 14:32:19 +01:00
David Karlsson 67ccdb2298 swarm: deduplicate routing mesh bypass
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 12:17:35 +01:00
David Karlsson 225eb08073 network: remove bridge tutorial from overlay page
This tutorial was duplicated from the bridge page and didn't cover the
overlay driver, probably a copy/paste issue.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 12:17:35 +01:00
David Karlsson 35b77e4cac network: deduplicate swarm info for overlay driver
The overlay driver contained a lot of duplicate information and
references to Swarm services.

Closes #18958

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 12:17:35 +01:00
Allie Sadler 2745b53bc4
ENGDOCS-1980 (#19352) 2024-02-21 10:39:54 +00:00
Guillaume Lours 4e865327bc
update Compose v2.24.6 release notes (#19418)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-02-21 10:32:11 +00:00
David Karlsson bc69486061
Merge pull request #19460 from dvdksn/cli-add-noncanonical-redirects
cli: use redirects for noncanonical commands
2024-02-21 11:29:37 +01:00
David Karlsson 9e9a3df985 cli: use redirects for noncanonical commands
The pages for commands with aliases, e.g. `docker build`, where linked
twice in `toc.yaml` which resulted in strange highlighting for the
current page in the sidebar. Updated the link targets for non-canonical
commands in the `toc.yaml` to point to the (redirected) shorthand paths
instead.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 11:23:46 +01:00
David Karlsson d10c667cc0
Merge pull request #19370 from dvdksn/cli-reference-urlscheme
Reference docs URL scheme
2024-02-21 11:05:32 +01:00
David Karlsson 8e14736670 vendor: upgrade buildx, cli, compose
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 10:25:54 +01:00
David Karlsson f3b44a4476 cli: change reference docs url paths
Moves the reference documentation to a new subpath, from /engine/ to /reference/
2024-02-21 10:25:53 +01:00
Nicolas De loof 5a61019f4f
fix use of `ignore` in watch configuration (#19457)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2024-02-21 09:03:13 +00:00
Allie Sadler 6d32e6e940
ENGDOCS-1993 (#19441)
* ENGDOCS-1993

* improve reset  and override example
2024-02-21 08:55:49 +00:00
Craig Osterhout 6f85349dd1
cli: add debug callout in exec (#19423)
* add debug callout in exec

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-20 11:47:01 -08:00
Craig Osterhout 96cd6ae655
update docker init reference (#19454)
* update docker init ref

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-20 11:46:36 -08:00
David Karlsson a669754db8
Merge pull request #19453 from dvdksn/vex-add-containerd-prereq
scout: add containerd image store prereq to vex guide
2024-02-20 20:36:49 +01:00
David Karlsson fb38fbdfef scout: add containerd image store prereq to vex guide
The containerd image store must be enabled to build and push images with
attestations without creating a new buildx builder.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 15:17:21 +01:00
David Karlsson 51790c10f9 build: use introduced shortcode for env vars
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 15:04:55 +01:00
David Karlsson 43e3ccc197 feat: add "introduced" shortcode
The introduced shortcode takes three arguments:

- component id (as defined in site.Params)
- version (should be semver except for engine api)
- link (optional) to e.g. release note

The component and version argument is compared against the min threshold
set in site config.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 15:04:55 +01:00
David Karlsson 3d7c837876
Merge pull request #19386 from dvdksn/build-variables
build: variables (arg, env)
2024-02-20 10:46:41 +01:00
David Karlsson b5032e15c3 build(env-vars): add `rawjson` progress output format
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 10:00:08 +01:00
David Karlsson 67b57dc6e4 build: add "build variables" page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-20 10:00:08 +01:00
Adeleke Akinade e239ce25ce
Fix typos in the Permission Requirements page (#19431) 2024-02-19 08:40:53 +00:00
Adeleke Akinade d1936a1425
Fix typo in the Builds page (#19432) 2024-02-19 08:40:45 +00:00
Adeleke Akinade 3d113d575a
Fix typo on the Marketplace page (#19434) 2024-02-19 08:40:36 +00:00
Adeleke Akinade df5cd166d2
Fix typo in the Resource Saver page (#19433) 2024-02-19 08:38:04 +00:00
Adeleke Akinade 0dda0fb0d5
Update permission-requirements.md (#19430)
Corrects a small typo.
2024-02-19 08:37:42 +00:00
Jonathan Sharpe 2dee6b5ecb
Fix incorrect reference to "up -e" (fixes #18965) (#19427) 2024-02-19 08:31:41 +00:00
David Karlsson 414a24f102
Merge pull request #19436 from adeleke-akinade/patch-7
Fix typo in the Quickstart page
2024-02-18 06:47:17 +01:00
David Karlsson bc2033e475
Merge pull request #19437 from adeleke-akinade/patch-8
Fix typo in the Engine Overview page
2024-02-18 06:46:44 +01:00
Adeleke Akinade e354b291b2
Fix typo in the Engine Overview page 2024-02-18 00:13:36 +00:00
Adeleke Akinade 9dae1a4be8
Fix typo in the Quickstart page 2024-02-18 00:10:12 +00:00
David Karlsson e65194cf3a
Merge pull request #19029 from dvdksn/swarm-fix-revoke-mysql-pw-access
swarm fix revoke mysql pw access
2024-02-16 13:46:36 +01:00
David Karlsson b0feaa67fa
Merge pull request #19426 from dvdksn/revert-vale-ci
Revert "ci: add vale style check"
2024-02-16 10:33:50 +01:00
David Karlsson 85e8edd998
Merge pull request #19376 from dvdksn/fix-link-c8d-shim-api
engine: fix link to containerd shim api readme
2024-02-16 10:28:44 +01:00
David Karlsson 594616d8d6 Revert "ci: add vale style check"
This reverts commit e053b75ad7.
2024-02-16 10:25:44 +01:00
David Karlsson ff281c53a6
Merge pull request #19425 from dvdksn/vale-ci
ci: add vale style check and update runners
2024-02-16 10:14:32 +01:00
David Karlsson e053b75ad7 ci: add vale style check
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-16 09:58:16 +01:00
David Karlsson aa2726dfd5 ci: use ubuntu-22.04
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-16 09:44:45 +01:00
twelsh-aw d9781707e1
Add length restrictions to token_label in API spec (#19421)
There are maximums enforced here that we document in API spec.
2024-02-16 08:22:48 +00:00
Allie Sadler 81b4a2d2a8
ENGDOCS-1989 (#19416)
* ENGDOCS-1989

* realistic example

* realistic example
2024-02-16 08:20:02 +00:00
David Karlsson cb3541eaf7
Merge pull request #19420 from zevisert/patch-1
docs: update wrong numeral adjectives in multi-platform.md
2024-02-15 20:11:14 +01:00
David Karlsson d868462cd3
Merge pull request #19419 from dvdksn/vale-cleanup-2024
chore: vale styles cleanup
2024-02-15 20:10:28 +01:00