Commit Graph

61980 Commits

Author SHA1 Message Date
David Karlsson adcb1edfa7 chore: style and script refactor
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-23 15:03:27 +01:00
CrazyMax 6b73b05acb
Merge pull request #19467 from dvdksn/ci-fix-upstream-validate-workflow
ci: fix validate upstream workflow
2024-02-22 10:01:55 +01:00
Sebastiaan van Stijn c12e96f4cb
Merge pull request #19480 from dvdksn/fix_container_run_alias_typo
redirect: fix typo in alias for old container_run
2024-02-22 09:54:39 +01:00
David Karlsson 945137496f ci: fix validate upstream workflow
Moving the CLI reference files caused the upstream validation workflow
to break.

This changes the logic in how placeholder files are created in the
validation workflow, to match the new filesystem structure for markdown
stubs.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-22 09:25:46 +01:00
David Karlsson 21c6d19748 redirect: fix typo in alias for old container_run
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-22 09:20:44 +01:00
David Karlsson e9756d2151
Merge pull request #19461 from dvdksn/dbc-permissions
build(cloud): add roles and permissions matrix
2024-02-22 05:58:00 +01:00
David Karlsson cf670957d5
Merge pull request #19476 from dvdksn/dockerd-redirect2
redirect: fix dockerd redirect order
2024-02-22 00:03:47 +01:00
David Karlsson d9abe9f352 redirect: fix dockerd redirect order
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-22 00:02:39 +01:00
Craig Osterhout f22a583708
fix links in java guide (#19472)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-21 14:58:16 -08:00
Craig Osterhout dffbd882fa
update java language-specific guide (#19390)
* update java guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-21 14:10:28 -08:00
David Karlsson feb4da88df
Merge pull request #19468 from dvdksn/dockerd-redirect
redirect: add handler for old dockerd reference location
2024-02-21 22:56:52 +01:00
David Karlsson 3e661b6d3e redirect: add handler for old dockerd reference location
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 22:53:20 +01:00
David Karlsson 9f4cb90282
Merge pull request #18998 from dvdksn/network-overlay-swarmdedup
network: deduplicate swarm info for overlay driver
2024-02-21 17:32:08 +01:00
David Karlsson 4c3ba8d2d0 build(cloud): add roles and permissions matrix
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-21 16:09:05 +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 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