Commit Graph

941 Commits

Author SHA1 Message Date
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
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
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
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
Ashkan e99c907ff2
Update guidelines.md 2024-02-09 04:51:59 +03:30
Cesar Talledo 1551fe8726 Typo fix: replace TestContainers with Testcontainers.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-02-08 14:25:21 -08:00
David Karlsson e981ddb2f8 build(cloud): move internal/vpn registry info from faq to usage
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 22:57:20 +01:00
David Karlsson 526e361298 build(cloud): move build cloud cache description from faq to usage
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 22:50:30 +01:00
David Karlsson 8cb196a8cb build(cloud): move build secrets from faq to usage
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 22:48:06 +01:00
David Karlsson 993fb4ea94 build(cloud): move unset default builder to usage
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 22:41:44 +01:00
David Karlsson 312584c2d9 build(cloud): describe builder isolation on index page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 22:39:06 +01:00
David Karlsson 86cf54be0b build: add "remove" to manage builders page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 22:38:15 +01:00
Craig Osterhout 2362d76161
fix genai guide typo (#19356)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-08 11:36:39 -08:00
David Karlsson 7b5bfd6a97
Merge pull request #19349 from dvdksn/c8d-improve-docs
containerd: refresh docs and add to build guide
2024-02-08 20:36:22 +01:00
David Karlsson 7e2d301155 fix: incorrect heading level for qemu subsection
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 20:27:39 +01:00
David Karlsson 30b34b217b build(guide): use c8d instead of docker-container driver
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 20:27:39 +01:00
David Karlsson bd4f1b99d1 desktop: update c8d image store description
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 20:27:39 +01:00
Lorena Rangel 6337344440
4.27.2 release notes (#19317)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-02-08 16:58:25 +00:00
Allie Sadler 0b722c9aee
code highlighting (#19345)
* code highlighting

* Update content/contribute/components/code-blocks.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-08 10:57:03 +00:00
Craig Osterhout 9969d8ecbb
add nlp use-case guides (#19239)
* add nlp use-case guides

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-02-07 09:08:42 -08:00
David Karlsson 07bca4e2ad
Merge pull request #19316 from dvdksn/scout-policy-unapproved-base-img-unsupporteddoi
scout: add "supported DOI tags" feature of unapproved base images policy
2024-02-07 18:05:27 +01:00
David Karlsson d18a8c842d scout: add "supported DOI tags" feature of unapproved base images policy
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-07 18:03:25 +01:00
Stephanie Aurelio 5209605509
Update Admin Console references to settings menu (#19313)
* admin ui updates

* update capitalization

* Update description

Co-authored-by: Christian Farris <christianfarriscs@gmail.com>

---------

Co-authored-by: Christian Farris <christianfarriscs@gmail.com>
2024-02-07 08:19:17 -08:00
Nicolas De loof 10e7c2295f
clarification on extends and include usage (#19318)
* clarification on extends and include usage

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Apply suggestions from code review

---------

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-02-07 13:46:57 +00:00
Sebastiaan van Stijn 5af7d2bf43
Merge pull request #19327 from dvdksn/engine-25.0.3-release
engine: 25.0.3 release notes
2024-02-07 14:31:06 +01:00
David Karlsson e3fdf17a5d engine: 25.0.3 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-07 14:25:20 +01:00
Guillaume Tardif 520939f04e
Adding basic information about extension insights and analytics (#19254)
* Adding basic information about extension insights and analytics

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* suggestion fro review

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Fix Unique users column name

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

---------

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-02-07 10:09:28 +00:00
Allie Sadler 2fa2aac5fd
ENGDOCS-1977 (#19320)
* ENGDOCS-1977

* fix callout
2024-02-06 16:17:21 +00:00
Alex Ravenna c33a7560bb
Update build.md (#19310)
Grammar/spelling fixes
2024-02-06 09:27:38 +00:00
Gabriela Georgieva 9d305fd557
Add Security section to Docker Desktop 4.27.0 release notes 2024-02-05 21:38:26 +01:00
David Karlsson d685ae77f8
Merge pull request #19287 from dvdksn/build-building-freshness-tier2
freshness(tier2): /build/building/**
2024-02-05 19:51:50 +01:00
David Karlsson ed1f51dde2 build: use a site param for example alpine versions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-05 09:11:02 +01:00
David Karlsson 62aae99eb0 build: clarify that QEMU setup is only for non-desktop users
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-05 09:11:02 +01:00
David Karlsson b095293f7e fix: replace unsupported lang tags for dockerignore blocks
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-05 09:11:02 +01:00
David Karlsson 9b6bc8cd46 build: use exec form for flask example
shell form doesnt trap sigint

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-05 09:11:02 +01:00
Lucas Fernando Cardoso Nunes 1f083cc392
fix: typo
Signed-off-by: Lucas Fernando Cardoso Nunes <lucasfc.nunes@gmail.com>
2024-02-04 08:29:43 -03:00
David Karlsson 478dc41907 vendor: github.com/docker/scout-cli v1.4.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-03 20:30:25 +01:00
David Karlsson 053ee9faea
Merge pull request #19285 from dvdksn/markdownlint-add-more-rules
test: add more lint rules for markdown
2024-02-02 23:49:18 +01:00
Stephanie Aurelio 18f1e23c76
Update UI steps to match Admin Console (#19291)
* update ui text references

* update steps for clarity

* update image alignment

* clean up

* remove outdated screenshot
2024-02-02 14:45:57 -08:00
Gabriela Georgieva 09a9ca261d
Add runc, buildkit and moby CVEs to security announcements (#19295) 2024-02-02 10:47:25 -08:00
Mihaela Stoica f5a5718b51
Update release date 2024-02-01 18:57:45 +00:00
Lorena Rangel 7f65d8c90f add security fixes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-02-01 18:14:16 +01:00
Craig Osterhout 43128f4266
add genai guide (#19262)
* add genai guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-02-01 08:44:11 -08:00
Lorena Rangel 51b3996c90
4.27.1 release notes (#19284)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-02-01 16:24:18 +00:00
David Karlsson 983368516f build: update flask version used in example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 16:26:39 +01:00
David Karlsson dc379cf085 test: add lint rule for empty links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 16:01:46 +01:00
David Karlsson 6225724f32 test: add lint rule for trailing punctuation in headings
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:57:19 +01:00
David Karlsson b20c46a615 chore: unpublish README files in content dir
Adds hugo build options that prevents these READMEs from being
published.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:49:46 +01:00
David Karlsson 7eb5ad6c38 test: add lint rule for single h1
We should never have more than one h1 on a page.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:45:56 +01:00
David Karlsson 078a817e12 test: add lint rule for heading start
Heading markup should start on the first column of a line, otherwise we
risk it being rendered as a paragraph, per the markdown spec.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:45:56 +01:00
David Karlsson e1ac3a4f36 test: add lint rules for tables
Formatting for tables wasn't guarded by markdownlint validation rules,
which increases the risk of releasing incorrectly formatted tables.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 15:45:53 +01:00
David Karlsson 9019a6710a
Merge pull request #19281 from dvdksn/docs-clarify-buildargs-leak-secrets
build: clarify that attestations expose build args
2024-02-01 14:57:07 +01:00
Sebastiaan van Stijn 3d004ed4b4
Merge pull request #19280 from dvdksn/engine-release-24.0.9
engine: 24.0.9 release notes
2024-02-01 14:56:08 +01:00
David Karlsson ec5847ef15 build: clarify that attestations expose build args
People need to stop using build arguments for secrets.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 14:54:46 +01:00
David Karlsson a461a743d7 engine: 24.0.9 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 14:52:06 +01:00
David Karlsson 60fa032eef
Merge pull request #19279 from dvdksn/storage-anon-volumes-not-reused
storage: clarify that anonymous volumes arent reused
2024-02-01 14:46:44 +01:00
Allie Sadler 1f29ebb0c5
ENGDOCS-1894 (#19225)
* ENGDOCS-1894

* build v image

* build v image

* code formatting

* remove sentence

* Update content/compose/compose-file/build.md
2024-02-01 12:44:26 +00:00
Allie Sadler 21f9086699
ENGDOCS-1968 (#19276)
* ENGDOCS-1968

* add link
2024-02-01 12:32:59 +00:00
David Karlsson 0d4487f168 storage: clarify that anonymous volumes arent reused
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-02-01 12:55:36 +01:00
Allie Sadler a5fe1766f5
ENGDOCS-1971 (#19277) 2024-02-01 11:32:34 +00:00
Sebastiaan van Stijn 729dd26fad
Merge pull request #19268 from vvoland/release-25.0.2
engine: 25.0.2 release notes
2024-02-01 03:50:30 +01:00
Sebastiaan van Stijn accd1b8043
Merge pull request #19269 from vvoland/release-24.0.8
engine: 24.0.8 release notes
2024-02-01 03:01:48 +01:00
Paweł Gronowski 781f0059fb
engine: 25.0.2 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-01-31 23:12:30 +01:00
Paweł Gronowski 8defacf0b0
engine: 24.0.8 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-01-31 23:10:58 +01:00
David Karlsson f211c488c7
Merge pull request #19248 from dvdksn/scout-quickstart-refresh
scout: update quickstart guide
2024-01-31 18:30:20 +01:00
Sebastiaan van Stijn dd82cadf38
engine: install: remove Ubuntu Lunar 23.04, as it's EOL
Ubuntu 23.04 reached EOL on January 25, 2024, so should no longer be used.
https://wiki.ubuntu.com/Releases#End_of_Life

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-01-31 16:37:01 +01:00
David Karlsson 81fccb7047
Merge pull request #19257 from dvdksn/scout-new-settings-urls
scout: update external links
2024-01-31 12:49:57 +01:00
Allie Sadler ad3b5c304c
ENGDOCS-1580 (#19258)
* ENGDOCS-1580

* tidy
2024-01-31 11:16:58 +00:00
Milas Bowman 53b97b3d62
compose: add v2.24.5 release (#19259)
https://github.com/docker/compose/releases/tag/v2.24.5

Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2024-01-31 08:16:09 +00:00
David Karlsson bb08d57c34 scout: update quickstart guide
Rework the quickstart guide to add new features like policy evaluation
and integrations.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-31 06:52:18 +01:00
David Karlsson 1c203b3ab4 scout: update external links
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-30 15:22:17 +01:00
Marc Capell 9a1a0edcd2
fix: GitHub Action rename token to github-token 2024-01-30 15:16:25 +01:00
Allie Sadler a4dd782e2d
ENGDOCS-1966 (#19252) 2024-01-30 10:17:12 +00:00
Guillaume Lours 388bc2a5a1
update Compose v2.24.4 release notes (#19249)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-01-30 08:16:29 +00:00
David Karlsson e367017667
Merge pull request #19234 from dvdksn/scout-acr-ga
scout: graduate acr from ea to ga
2024-01-29 15:03:48 +01:00
Viicos 6d682a0f4a
Use a maintained version of Python in `compose` getting started guide (#19244) 2024-01-29 11:38:57 +00:00
Allie Sadler 7d55c16d5a
ENGDOCS-1965 (#19236)
* ENGDOCS-1965

* Update content/compose/compose-file/13-merge.md

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>

---------

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-01-29 11:34:39 +00:00
Stephanie Aurelio 6571c82b19
add links (#19237) 2024-01-26 15:40:49 -08:00
Mihaela Stoica 13a495ce3a Add known issue to the release notes 2024-01-26 21:42:51 +00:00
David Karlsson 6dc6f503e7 engine: remove gnupg from install prerequisites
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:59:29 +01:00
David Karlsson 7770c884d3 scout: graduate acr from ea to ga
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:48:30 +01:00
David Karlsson 1b49c84d70 engine: add chmod a+r for gpg key
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 15:27:06 +01:00
David Karlsson aecbb08520
Merge pull request #19229 from dvdksn/fix-engine-install-curl
fix engine install curl
2024-01-26 14:20:56 +01:00
Marc Capell a4a8b60e32
fix: remove incomplete sentence 2024-01-26 14:13:45 +01:00
David Karlsson 82e6994134 fix: use sudo to curl the gpg key
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 14:02:31 +01:00
David Karlsson 9a5659ce80 fix: wrong capitalization of curl --output flag
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 14:01:47 +01:00
David Karlsson 44937b82b8
Merge pull request #19224 from dvdksn/scout-artifactory-proxy-clarification
scout(artifactory): clarify agent<>registry proxy/fw
2024-01-26 13:29:26 +01:00
David Karlsson c411676ec8 scout(artifactory): remove redundant prerequisite
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-01-26 13:24:33 +01:00