Commit Graph

941 Commits

Author SHA1 Message Date
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 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 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 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
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
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 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
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
Craig Osterhout 8159a9d76c
refresh language guides (#19405)
* language guide refresh

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-15 11:09:04 -08:00
Zev Isert 9e52181a9b
docs: update wrong numeral adjectives in multi-platform.md
An example build command used three platforms, then quantified the number of concurrent processes as four.
2024-02-15 09:52:25 -08:00
Stephanie Aurelio 00d64404ac
freshness updates (#19404) 2024-02-15 08:35:02 -08:00
Stephanie Aurelio 8147328f95
remove subscription references (#19406) 2024-02-15 07:55:46 -08:00
Nick Santos 06b710d24a
build(cloud): rephrase conn encryption
improving the phrasing here to be more accurate

follow up from https://github.com/docker/docs/pull/19408

Signed-off-by: Nick Santos <nick.santos@docker.com>
2024-02-15 08:49:52 -05:00
Allie Sadler 20e9030be4
Engdocs 1988 (#19414)
* ENGDOCS-1988

* ENGDOCS-1988

* fix callout
2024-02-15 13:34:07 +00:00
David Karlsson f9cb4f963b
Merge pull request #19311 from dvdksn/scout-vex-guide
scout: add VEX guide
2024-02-15 13:51:38 +01:00
David Karlsson 43c30ec6f1 scout: add VEX guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 12:50:07 +01:00
Allie Sadler a750614b96
Engdocs 1985 (#19395)
* wsl freshness

* vm-vdi freshness

* networking freshness

* review edits

* review edits

* final edit
2024-02-15 11:22:07 +00:00
Allie Sadler 47b34e5ec9
Engdocs 1985b (#19399)
* extension design freshness

* extension build freshness
2024-02-15 10:24:33 +00:00
Allie Sadler 8d5771ebb6
Engdocs 1969 (#19319)
* tidy volumes.md

* alphabetical order services

* version additions

* remove 'implementation specific' references

* review edits

* remove link to engine docs
2024-02-15 10:04:45 +00:00
David Karlsson 765ecca448
Merge pull request #19409 from dvdksn/wasm-update-enable-steps
wasm: update steps to enable wasm in docker desktop
2024-02-15 11:02:43 +01:00
David Karlsson e90225f0bb wasm: update steps to enable wasm in docker desktop
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 09:54:26 +01:00
David Karlsson 6891381379 build(cloud): rephrase conn encryption
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 09:35:45 +01:00
Stephanie Aurelio 11d53db92d
update prerequisite wording (#19391) 2024-02-14 09:45:53 -08:00
Craig Osterhout 6c5b8256ca
update genai-video guide for openai cost (#19392)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-14 09:11:50 -08:00
Stephanie Aurelio 4925590696
Update Build Cloud subscription details (#19389)
* clarify starter plans and update sales url

* update url
2024-02-14 09:10:44 -08:00
Mihaela Stoica 3428eb2a2b
Update General settings section of Desktop docs (#19396)
Some wording and order changes to reflect the current UI. Also removed the weekly tips.
2024-02-14 11:49:28 +00:00
Kevin Marrec 4adc8fbff2
Update include.md (#19393)
* Update include.md

https://github.com/docker/compose/issues/10932#issuecomment-1696396507

* Update include.md
2024-02-14 09:26:51 +00:00
Stephanie Aurelio 75b6fa2dda
Improve access to org onboarding guide (#19354)
* add links to overview pages, fix redirect, update onboarding intro

* highlight enforce sso step

* remove old redirect from metadata
2024-02-13 13:59:48 -08:00