Commit Graph

64577 Commits

Author SHA1 Message Date
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
David Karlsson 3703049154
Merge pull request #19344 from dvdksn/improve-landing-page-banner-graphics
site: improve home banner's bg image/color blend
2024-02-15 20:03:32 +01:00
David Karlsson 3d9d8bd59c
Merge pull request #19411 from dvdksn/cli-hoist-stub-content
cli: hoist content in CLI stubs to top
2024-02-15 19:25:59 +01: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
David Karlsson 1ebdffea52 chore: vale styles cleanup
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 18:25:53 +01: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
David Karlsson 9d3d153014
Merge pull request #19415 from docker/nicks/e2e
build(cloud): rephrase conn encryption
2024-02-15 14:51:39 +01: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 067dd32be7
Merge pull request #19412 from dvdksn/vex-go-redirect
redirect: add go link for VEX guide
2024-02-15 14:19:16 +01:00
David Karlsson f06f27032f redirect: add go link for VEX guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 14:14:21 +01: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
David Karlsson 846bf77f93 cli: hoist content in CLI stubs to top
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-15 12:36:56 +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 2b86915b68
Merge pull request #19408 from dvdksn/dbc-encryption-fix
build(cloud): rephrase conn encryption
2024-02-15 11:02:24 +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
David Karlsson 66ed6335c6
Merge pull request #19394 from dvdksn/pr-templates
chore: update pr templates
2024-02-14 12:47:19 +01:00
David Karlsson db7bbd7e22 chore: update pr templates
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-14 10:31:52 +01: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
Milas Bowman 946957df4a
fix(desktop): correct link for bind mount options (#19388)
This was linking to `secret create`, which is wrong. It's on the
`service create` docs (which is almost as random).

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2024-02-13 16:42:37 +00:00
Allie Sadler 7159870c4c
Engdocs 1954 (#19208)
* ENGDOCS-1954

* ENGDOCS-1954

* fixes

* add reference

* Fix docs issues

* minor additions

* small edits

* activate all profiles

* review edits
2024-02-13 10:01:51 +00:00
Stephanie Aurelio c02a5076e8
Clarify how JIT works with SAML attributes and impacts SCIM (#19334)
* add jit callouts

* link back to sso attribute doc

* clarify callout
2024-02-12 15:13:43 -08:00
David Karlsson 1385e3c6cc config: fix incorrect example version for alpine
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-12 21:53:50 +01:00
David Karlsson 9a91826082 config: add example node version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-12 21:53:32 +01:00
Ivan Maximov 48b882051c
Update build.md (#19381) 2024-02-12 09:48:31 +00:00
Cesar Talledo 17e1f0fc88
eci: indicate docker builds are only partially protected. (#19372)
* eci: indicate docker builds are only partially protected.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* eci: more improvements to the ECI faq section.

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>

* Apply suggestions from code review

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-02-12 08:44:55 +00:00
Ivan Maximov ce93e52bb2
Update 11-extension.md (#19378) 2024-02-12 08:37:16 +00:00
David Karlsson 38808ec2fe
Merge pull request #19369 from p1-0tr/ps-fix-engine-gpu-guide
Fix engine NVIDIA GPU guide
2024-02-12 08:47:37 +01:00
David Karlsson 87e9861434 engine: fix link to containerd shim api readme
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-11 22:59:46 +01:00
David Karlsson b9cd394bf2
Merge pull request #19373 from eriksjolund/fix-stage-name-references
build: fix stage name references
2024-02-10 20:07:16 +01:00
Erik Sjölund 436797c1cb
build: fix stage name references
Signed-off-by: Erik Sjölund <erik.sjolund@gmail.com>
2024-02-10 17:16:21 +01:00
David Karlsson cd6c51b7e9
Merge pull request #19368 from p1-0tr/ps-fix-genai-guide
Fix the GenAI usecase guide
2024-02-09 17:52:47 +01:00
Piotr Stankiewicz d4f00293ab Fix engine NVIDIA GPU guide
Our guide on setting up the engine to use NVIDIA GPUs refers to
deprecated resources. nvidia-container-runtime has been superseded by
nvidia-container-toolkit. So update our docs to reflect that.

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
2024-02-09 15:28:49 +01:00
Piotr Stankiewicz 728f70cc85 Fix the GenAI usecase guide
Attempt to make it clearer where users can expect to be able to use GPU
acceleration. Currently that is (1) docker-ce on Linux; (2) docker
desktop on windows wsl2.

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
2024-02-09 15:10:54 +01:00
David Karlsson 27645332ad
Merge pull request #19359 from dvdksn/rm-dbc-faqs
build(cloud): remove FAQ page
2024-02-09 12:43:38 +01:00
Piotr 2836e48c3f
update wsl2 nvidia doc (#19365)
* Update WSL2 + Nvidia doc

The Nvidia drivers have been generally available for a long while now.
So change our doc to reflect that, also add a usage example which better
illustrates what can be done with the feature.

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>

* Add a top-level GPU support doc

Currently the WSL2 + nvidia doc is not easily discoverable for people
browsing our docs. So add a top level GPU support page and move the
WSL2 + nvidia doc there.

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>

---------

Signed-off-by: Piotr Stankiewicz <piotr.stankiewicz@docker.com>
2024-02-09 11:02:53 +00:00
Allie Sadler d30e8a65d8
powershell-troubleshoot (#19346)
* powershell-troubleshoot

* powershell-troubleshoot
2024-02-09 08:52:20 +00:00
Mihaela Stoica a9e437e0c3
Update release notes for 4.27.2 (#19362)
* Update release notes for 4.27.2

* Apply suggestions from code review

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-02-09 08:51:44 +00:00
David Karlsson c41d4ea7f1
Merge pull request #19360 from ctalledo/typo-fix
Typo fix: replace TestContainers with Testcontainers.
2024-02-09 06:40:38 +01:00