Allie Sadler
b53f5cab39
ENGDOCS-2210 ( #20838 )
...
* ENGDOCS-2210
* remove redundant line
* fix weights and add linktitles
* remove space
2024-09-11 10:39:41 +01:00
David Karlsson
97a7baa92f
Merge pull request #20564 from dvdksn/build-experimental-checks
...
build: experimental dockerfile rules
2024-09-10 21:00:10 +02:00
David Karlsson
68c200a79c
Merge pull request #20612 from dvdksn/bake-dedup-localctx
...
build(bake): automatically deduplicate context transfers
2024-09-10 20:59:47 +02:00
David Karlsson
8f60bd2bc0
Merge pull request #20782 from dvdksn/buildkit-016-s3-cache-opts
...
build(s3-cache): new/updated cache opt descriptions
2024-09-10 20:59:28 +02:00
David Karlsson
12bd4ff28b
Merge pull request #20790 from dvdksn/runmount-secret-env
...
build: run mount secrets as env
2024-09-10 20:59:01 +02:00
David Karlsson
6e4790e291
chore: rewrite links from index.md to _index.md
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 16:54:06 +02:00
David Karlsson
19f0010442
Merge pull request #20823 from dvdksn/permalink-site-config
...
hugo: configure permalink in site config
2024-09-10 16:53:22 +02:00
David Karlsson
d06a536348
scout: fix broken screenshot link
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:31:08 +02:00
David Karlsson
94624206b6
build: run mount secrets as env
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:23:12 +02:00
David Karlsson
e37be22807
build(s3-cache): touch_refresh opt
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:21:44 +02:00
David Karlsson
9b96f6e3ef
build(s3-cache): upload_parallelism opt
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:21:43 +02:00
David Karlsson
844ac0538f
build(bake): automatically deduplicate context transfers
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:20:20 +02:00
David Karlsson
f018aec0e5
build: experimental dockerfile rules
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 14:18:47 +02:00
David Karlsson
b46dbff8f9
Revert "hugo: replace dots with dashes in content filenames"
...
This reverts commit 94e01d98ab .
2024-09-10 13:28:36 +02:00
David Karlsson
9909247557
hugo: move manuals permalink config to hugo.yaml
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 13:28:11 +02:00
David Karlsson
df66fbd72d
Merge pull request #20821 from dvdksn/rm-wootric-whitelist
...
desktop: remove *.wootric.com whitelist urls
2024-09-10 11:51:04 +02:00
David Karlsson
502e19efbd
desktop: remove *.wootric.com whitelist urls
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 11:08:14 +02:00
David Karlsson
94e01d98ab
hugo: replace dots with dashes in content filenames
...
With the recent change in moving content to the /manuals section, and
manipulating content permalinks to use `/:sections[1:]/:slugorfilename`,
source filenames with dots in them did not receive a .html extension in
the site output directory. This seems to be a quirk (bug?) with the
`:slugorfilename` permalink token in Hugo.
To work around this, I have removed the dots in markdown filenames and
replaced them with dashes.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-10 10:36:30 +02:00
David Karlsson
c7dd62c5ab
Merge pull request #20811 from dvdksn/rag-ollama-guide
...
add rag-ollama application example
2024-09-10 10:01:22 +02:00
Allie Sadler
c59d8a7848
ENGDOCS-2203 ( #20784 )
...
* ENGDOCS-2203
* vale fix
* Update content/manuals/compose/profiles.md
2024-09-10 08:14:26 +01:00
David Karlsson
52a87f6bb0
Merge pull request #20814 from dvdksn/scout-policy-orgscores-date
...
scout: fix release date of org-based health scores
2024-09-09 19:33:36 +02:00
David Karlsson
a296063258
Merge pull request #20812 from dvdksn/legacy-build-title
...
cli: remove shorthand linktitle for legacy build reference
2024-09-09 18:35:19 +02:00
David Karlsson
0eef789a2c
scout: fix release date of org-based health scores
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 18:32:54 +02:00
David Karlsson
bd0a846f25
scout: scores now based on org policy config
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 18:28:34 +02:00
David Karlsson
1e399b289a
cli: remove shorthand linktitle for legacy build reference
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 17:16:23 +02:00
David Karlsson
3cc95a27be
Merge pull request #20809 from dvdksn/rn-27.2.1
...
engine: 27.2.1 release notes
2024-09-09 15:12:13 +02:00
David Karlsson
02a4a592ca
Merge pull request #20808 from dvdksn/gha-fix-variable-name
...
gha fix variable name
2024-09-09 15:11:52 +02:00
mfranzon
ef7af62d21
add rag-ollama application example
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 15:02:50 +02:00
Allie Sadler
8193b2f1ef
consolidate settings ( #20810 )
2024-09-09 13:53:18 +01:00
David Karlsson
f634b5eb4d
fix: correct link to networking engine plugins
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:21:36 +02:00
David Karlsson
4b7cf19288
vendor: github.com/moby/moby v27.2.1
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:14:24 +02:00
David Karlsson
d75f0f2c6f
engine: 27.2.1 release notes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:12:40 +02:00
David Karlsson
f13e9ef952
engine: reverse the sort order of api versions section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:12:40 +02:00
David Karlsson
d7534e00b8
engine: add linkTitles, weights to release notes section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 14:12:40 +02:00
David Karlsson
c95a07bded
scout: add "package types" config option for vulnerabilities policy
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 13:10:03 +02:00
David Karlsson
63210c974a
chore: fix some linting issues in gha overview
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 13:06:43 +02:00
David Karlsson
1c15b54316
build: align var name with examples
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 13:04:13 +02:00
David Karlsson
948ae90018
chore: remove single-use gha-tutorial include
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 13:02:55 +02:00
Allie Sadler
d271b4bb0c
hub releae note fix ( #20805 )
2024-09-09 11:27:48 +01:00
David Karlsson
656d1a871c
chore: add navigation stubs, weights
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson
135870fc13
hugo: move manuals content to /manuals section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:09 +02:00
David Karlsson
6d7712bbdd
desktop: containerd default store for 4.34 fresh installs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 09:43:14 +02:00
David Karlsson
630a2a2bfa
Merge pull request #20791 from dvdksn/copilot-data-statement
...
copilot: add section on data privacy
2024-09-07 07:55:45 +02:00
Craig Osterhout
36aa05583a
enforce sign in vs enforce sso update ( #20794 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-09-06 13:55:38 -07:00
Michael Irwin
654e871ca2
Add kafka use case guide ( #20747 )
...
* Add Kafka use case guide
* Add Kafka diagram to the doc
* Fix linting errors
2024-09-06 13:49:23 -07:00
David Karlsson
3263c63c22
Merge pull request #20581 from dvdksn/scout-exceptions-gui
...
scout: create exceptions in dashboard
2024-09-06 17:20:38 +02:00
David Karlsson
2c891f052a
scout: create exceptions in dashboard
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-06 15:54:32 +02:00
David Karlsson
0e35ee08e5
copilot: add section on data privacy
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-06 12:57:42 +02:00
Lorena Rangel
b624215513
add release notes for 4.34.1 ( #20785 )
...
* add release notes for 4.34.1
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Apply suggestions from code review
Co-authored-by: Mihaela Stoica <mihaela.stoica@docker.com>
Co-authored-by: Andrea Reale <154321632+andrea-reale@users.noreply.github.com>
---------
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Mihaela Stoica <mihaela.stoica@docker.com>
Co-authored-by: Andrea Reale <154321632+andrea-reale@users.noreply.github.com>
2024-09-05 17:45:11 +02:00
Craig Osterhout
52340c27b1
guides: fix python issue ( #20787 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-09-05 08:07:43 -07:00
Craig Osterhout
feb0ddbcb7
hub: add usage tab ( #20774 )
...
* hub: add usage tab
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* vale fixes
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* Update content/docker-hub/download-rate-limit.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Update content/docker-hub/download-rate-limit.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Update content/docker-hub/download-rate-limit.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Update content/docker-hub/download-rate-limit.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Update content/docker-hub/download-rate-limit.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* feedback1
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* feedback2
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-05 09:30:11 +02:00
Michael Irwin
820a0489ae
Add divs with anchor points for learning path surveys
2024-09-04 12:11:34 -04:00
David Karlsson
319348a347
Merge pull request #20780 from dvdksn/copilot-more-supported-langs
...
copilot: add rust, go support
2024-09-04 17:48:32 +02:00
John Farrar
b99d1aeb04
Update release-notes.md ( #20781 )
...
* Update release-notes.md
Your roadmap link was broken. I found the roadmap and pasted it in.
* Update content/desktop/release-notes.md
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-09-04 14:24:30 +01:00
Tugdual Saunier
9f4b74c28b
Clarify that `run -e DEBUG` might read values from `.env` file ( #20771 )
2024-09-04 12:44:00 +01:00
David Karlsson
9c7d675779
copilot: add rust, go support
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-04 13:31:32 +02:00
Cesar Talledo
581430f73b
Update v4.34 release notes with ECI-related known issues. ( #20772 )
...
* Update v4.34 release notes with ECI-related known issues.
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-09-04 10:07:00 +01:00
David Karlsson
d3718efac9
fix: get-docker link
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-04 10:24:33 +02:00
Allie Sadler
12c201622f
ENGDOCS-2200 ( #20767 )
2024-09-04 09:11:05 +01:00
David Karlsson
afecebd965
Merge pull request #20753 from dvdksn/scout-sq-cloud
...
scout: sonarcloud is supported
2024-09-03 11:44:35 +02:00
Lorena Rangel
f8f35842ad
add resource saver known issue ( #20755 )
...
* add resource saver known issue
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Update content/desktop/release-notes.md
Co-authored-by: Mihaela Stoica <mihaela.stoica@docker.com>
* Update content/desktop/release-notes.md
---------
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Mihaela Stoica <mihaela.stoica@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-09-03 08:00:29 +01:00
David Karlsson
debd68c4f4
Merge pull request #20757 from dvdksn/learning-paths-case
...
learning-paths: s/Learning Paths/learning paths
2024-09-02 15:09:22 +02:00
David Karlsson
0ab68c2a8c
redirects: add redirect for build guide "layers" chapter
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-02 13:20:04 +02:00
David Karlsson
f47b8a0efc
learning-paths: s/Learning Paths/learning paths
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-02 13:17:11 +02:00
David Karlsson
d1e69f8e76
Merge pull request #20672 from dvdksn/add-copy-cache-mtime
...
build: mtime doesnt invalidate cache
2024-09-02 13:10:45 +02:00
Mihaela Stoica
ebbc245ebe
Update DD 4.34 release notes ( #20754 )
...
Added missing note for a fix in 4.34.
2024-09-02 09:10:27 +01:00
Joana H
27bf82611e
Add known issues related to compose bridge ( #20744 )
...
* Add known issues related to compose bridge
Signed-off-by: Joana Hrotko <joana.hrotko@docker.com>
* Apply suggestions from code review
---------
Signed-off-by: Joana Hrotko <joana.hrotko@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-09-02 09:06:39 +01:00
David Karlsson
768b561e93
scout: sonarcloud is supported
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-02 08:39:30 +02:00
David Karlsson
916f044b7c
Merge pull request #20746 from sbruens/patch-1
...
Fix typos in documentation.
2024-08-31 12:11:38 +02:00
David Karlsson
fa1c05c115
Merge pull request #20745 from craig-osterhout/sso-troubleshoot-tag
...
admin: add troubleshoot tag to sso topic
2024-08-31 12:10:33 +02:00
Sander Bruens
6e3e9b28dd
Fix typos in documentation.
2024-08-30 16:41:36 -04:00
Laura Brehm
82366daf7c
release notes: add known issue for CLI login address normalization
...
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
2024-08-30 17:21:30 +01:00
Craig Osterhout
7b447ab442
admin: add troubleshoot tag to sso
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-30 08:21:01 -07:00
David Karlsson
5c379a9d15
Merge pull request #20716 from vvoland/rn-27.2.0
...
engine: 27.2.0 release notes
2024-08-30 14:00:46 +02:00
Lorena Rangel
306d7b5af7
Update release-notes.md
...
Remove confusing Docker Desktop installed mention
2024-08-30 11:11:09 +02:00
aevesdocker
0a67d7e852
formatting fix for release notes
2024-08-29 16:19:20 +01:00
Andreas Heck
604eacc341
Update the host networking documentation for GA ( #20630 )
...
* Update the host networking documentation for GA
* Update content/engine/network/drivers/host.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Update content/engine/network/drivers/host.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-29 16:06:44 +01:00
Allie Sadler
a4c1e8a45a
ENGDOCS-2197 ( #20717 )
...
* ENGDOCS-2197
* edit
2024-08-29 16:06:07 +01:00
Allie Sadler
a9a939744a
Engdocs 2191 ( #20695 )
...
* ENGDOCS-2191
* ENGDOCS-2191
2024-08-29 16:05:58 +01:00
Cesar Talledo
1b17fbf08d
ECI: document Docker socket mounts for derived images. ( #20719 )
...
* ECI: document Docker socket mounts for derived images.
Document a new improvement to the Docker socket mount permissions
feature that allows images derived from those listed in the
allowed-images list to also mount the Docker socket. This
feature was added in Docker Desktop 4.34.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* ECI: small improvements in section Docker socket mounts for derived images.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* ECI: typo fix in Docker socket mount permission section.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* ECI: add clarification in the advanced config section.
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
* Update content/security/for-admins/hardened-desktop/enhanced-container-isolation/config.md
---------
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-08-29 16:04:42 +01:00
Andrea Reale
6cdae3a0cd
wsl2: improve docs around storage ( #20690 )
...
* Improve documentation about the storage strategy using by Docker
Desktop 4.30+, mentioning it does no longer rely on a separate
distribution
* Consequently update the storage management best practices.
Signed-off-by: Andrea Reale <andrea.reale@docker.com>
2024-08-29 16:04:31 +01:00
Lorena Rangel
b3f20c2758
feat: add 4.34.0 release notes ( #20662 )
...
* feat: add 4.34.0 release notes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* small tweaks
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* update new section
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* update release notes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
---------
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-08-29 16:03:26 +01:00
Craig Osterhout
890f1447e1
iam: remove group mapping for sso with azure id ( #20708 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-29 07:59:11 -07:00
David Karlsson
0cd9958e78
Merge pull request #20724 from dvdksn/copilot-install-ongh
...
copilot: add instructions for installing ext
2024-08-29 12:27:09 +02:00
Allie Sadler
2a99d96f26
ENGDOCS-2198 ( #20723 )
...
* ENGDOCS-2198
* lint
2024-08-29 08:54:14 +01:00
David Karlsson
b77db2bf44
chore: consolidate engine v27 release notes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-29 09:48:05 +02:00
Paweł Gronowski
5b5f71c19e
engine: 27.2.0 release notes
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-29 09:48:05 +02:00
David Karlsson
9b584ff1d2
copilot: improve consistency in references to extension
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-28 17:34:25 +02:00
David Karlsson
1823fc7f54
copilot: clarify setup instructions
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-28 17:30:25 +02:00
David Karlsson
6bce6d72cf
Merge pull request #20715 from dvdksn/build-guide-refactor
...
build: incorporate build guide into manuals
2024-08-28 04:22:59 +02:00
Michael Irwin
741d78477c
Couple of text updates for the DBC and Compose learning paths ( #20718 )
2024-08-27 13:43:50 -07:00
David Karlsson
df6367f9ad
build: incorporate build guide into manuals
...
The build guide that I once wrote now duplicates a lot of content with
the concept guide launched a few months back. It doesn't make sense to
cover the same topics multiple times, so I'm removing the older build
guide and incorporating some of the topics into the build manual
instead.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-27 15:32:59 +02:00
Allie Sadler
91b324fb4d
ENGDOCS-2196 ( #20714 )
2024-08-27 11:43:37 +01:00
Michael Irwin
b38d18578f
Set weights on building image pages to fix overview sorting
2024-08-26 22:04:42 -04:00
David Karlsson
1a66732bff
learning-paths: fix formatting, duplication, missing elements
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-26 17:38:12 +02:00
Craig Osterhout
b81f04a0c0
Merge pull request #20687 from craig-osterhout/engdocs-2186
...
admin: update org onboarding
2024-08-23 08:06:04 -07:00
Craig Osterhout
774e3752de
Merge pull request #20698 from craig-osterhout/engdocs-2192
...
admin: update sso for companies
2024-08-23 08:05:29 -07:00
Allie Sadler
bcc0a9c9a4
move extensions-sdk api content to reference ( #20694 )
...
* move extensions-sdk api content to reference
* review suggestion
* rename file
2024-08-23 14:41:17 +01:00
Allie Sadler
d7b4d1f288
Fix hub link ( #20700 )
2024-08-23 10:02:26 +01:00
David Karlsson
b7f0232bc6
Merge pull request #20563 from dvdksn/learning-paths
...
site: add learning paths
2024-08-23 06:04:56 +02:00