David Karlsson
21285f01c6
scout: add stub for push
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-15 10:11:05 +02:00
Azat
32daaff5fd
fix typo in Update 05-services.md ( #19802 )
...
fix typo in Update 05-services.md, in line 1415, from `procotol` to `protocol`
2024-04-15 08:47:58 +01:00
almaceleste
cdb1ca31b9
docs(gha): indent the step setting keys to the appropriate level
2024-04-15 03:57:38 +03:00
almaceleste
4da642f0da
docs(gha): move the `steps` key from the top level into the `build` job key
...
Indent the `steps` key two levels to move it from the top level
into the `build` job key, since it should be `jobs.build.steps` as specified
in [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idsteps )
2024-04-15 03:48:03 +03:00
Craig Osterhout
f380cf2879
align beta callout wording ( #19800 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-04-12 11:31:26 -07:00
Emmanuel Ferdman
3a1ca38faa
fix: update glossary.yaml location ( #19798 )
2024-04-12 16:25:43 +01:00
Mihaela Stoica
767e34946b
Add known issue to Docker Desktop release notes ( #19797 )
2024-04-12 15:39:50 +01:00
Milas Bowman
e574c0a70f
desktop: fix a couple versions in release notes ( #19795 )
...
* Compose shipped with v2.26.1, not v2.26.0
* Scout CLI was in here twice
2024-04-12 15:30:00 +01:00
David Karlsson
32ec92ac7d
Merge pull request #19745 from dvdksn/doi-updates
...
trusted-content: restructure doi section
2024-04-12 11:56:58 +02:00
Milas Bowman
1406ce6507
compose: add volume subpath ( #19778 )
...
Imported from compose-spec.
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2024-04-12 08:32:32 +01:00
David Karlsson
c09ec313e2
trusted-content: restructure doi section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-12 09:30:52 +02:00
Allie Sadler
a9585d4708
Engdocs 2058 ( #19773 )
...
* ENGDOCS-2058
* add versioning to spec
* add versioning to spec
* review edits
2024-04-12 08:20:08 +01:00
Sudarshan MG
19b3f62859
Update 05_persisting_data.md
...
An extra space space after:
--mount type=volume,src=todo-db,
gives the following error:
invalid argument "type=volume,src=todo-db" for "--mount" flag: target is required
See 'docker run --help'.
2024-04-12 11:06:06 +05:30
David Karlsson
ff25d689ed
reference: remove links to distribution specs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-11 17:50:29 +02:00
David Karlsson
8a1d36f31a
Merge pull request #19784 from vvoland/release-26.0.1
...
engine: Add release notes for 26.0.1
2024-04-11 17:10:45 +02:00
Paweł Gronowski
fda2ab1341
engine: Add release notes for 26.0.1
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-11 17:09:06 +02:00
David Karlsson
803a8ebc84
Merge pull request #19734 from dvdksn/scout-update-links
...
scout: simplify dashboard instructions with direct links
2024-04-11 17:07:28 +02:00
Craig Osterhout
9ceff21340
fix typo in what is a registry ( #19780 )
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-04-11 07:56:40 -07:00
Andreas Heck
0fde22482a
Update docs for host networking ( #19783 )
...
* Update docs for host networking
* Update content/desktop/networking.md
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-11 10:27:31 +01:00
Andreas Heck
f9fd521e79
Add info that host networking has to be enabled ( #19781 )
...
* Add info that host networking has to be enabled
* Update content/network/drivers/host.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update content/network/drivers/host.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-11 09:28:40 +01:00
Pradumna Saraf
7b104c5ef6
docs: Update the Golang CI configurations section ( #19748 )
...
* docs: update the instructions
* Configure CI/CD workflow for Go language
* Update configure-ci-cd.md
2024-04-10 20:48:17 +02:00
Stephanie Aurelio
f1777ac06e
Update provisioning references ( #19735 )
...
* update jit callouts and add step
* separate management steps and update callouts
* update conditional steps
* add diagram and add cross-links
* remove old diagram
* update diagram
* add details about multi-org sso
* implement feedback
* move beta feature banner and link to section
* update tab order
* update diagram and provide clarity around sso error
* remove image and update faq
2024-04-10 08:25:46 -07:00
David Karlsson
311bf8dcaa
scout: simplify dashboard instructions with direct links
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-10 15:13:42 +02:00
David Karlsson
2977952666
Merge pull request #19770 from dvdksn/docker-go-sdk-updates
...
engine: update Go SDK to reflect refactored types pkgs
2024-04-09 21:38:28 +02:00
David Karlsson
f9747cdeb9
engine: update Go SDK to reflect refactored types pkgs
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-09 17:47:14 +02:00
Stephanie Aurelio
a6f82ccc86
update callout ( #19712 )
2024-04-09 07:45:52 -07:00
Allie Sadler
9cc700111b
ENGDOCS-2057 ( #19764 )
2024-04-09 12:12:45 +01:00
Allie Sadler
d041fdb8c2
ENGDOCS-2056 ( #19763 )
...
* ENGDOCS-2056
* Update content/compose/compose-file/05-services.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Update content/compose/compose-file/07-volumes.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-09 10:18:46 +01:00
Mihaela Stoica
5f94cb4f31
Update release notes for Docker Desktop 4.29.0 ( #19760 )
...
* Update release notes for Docker Desktop 4.29.0
- Include a fix for Windows
* Update content/desktop/release-notes.md
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-09 08:31:48 +01:00
Allie Sadler
b06163712b
Minor contribute updates ( #19752 )
...
* Minor contribute updates
* Minor contribute updates
2024-04-09 08:28:49 +01:00
Allie Sadler
cf72851583
Merge pull request #19757 from aevesdocker/post-release-links
...
post-release-links
2024-04-08 19:07:47 +01:00
Stephanie Aurelio
e00f576f80
move events out of shortcode and add new repo events ( #19738 )
2024-04-08 09:55:44 -07:00
aevesdocker
208209bfca
post-release-links
2024-04-08 16:59:11 +01:00
Lorena Rangel
068ce05fef
fix linux links ( #19756 )
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-04-08 16:45:41 +01:00
Allie Sadler
b0e064b780
ENGDOCS-2030 ( #19629 )
...
* ENGDOCS-2030
* reflect latest ui
2024-04-08 16:40:34 +01:00
Allie Sadler
cf8a178a67
ENGDOCS-2034 ( #19688 )
2024-04-08 16:37:30 +01:00
Jean-Philippe Briend
d90b397ac3
doc(settings management): Add Rosetta enforcement ( #19655 )
...
* doc(settings management): Add Rosetta enforcement
Adds the Rosetta option to Settings Management capability
Fixes POS-2429
* Update content/desktop/hardened-desktop/settings-management/configure.md
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-08 16:34:38 +01:00
Allie Sadler
ad962e001f
Engdocs 2038 ( #19698 )
...
* ENGDOCS-2038
* ENGDOCS-2038
* re-write with D.Scott's info
* review edits
2024-04-08 16:31:28 +01:00
Allie Sadler
d9fe368de4
ENGDOCS-2037 ( #19696 )
2024-04-08 16:27:48 +01:00
Andreas Heck
64f176ba56
Add info about host network support in DD 4.29 ( #19654 )
...
* Add info about host network support in DD 4.29
* Review suggestions
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Apply review suggestions
* Remove text saying that host networking is a paid feature
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-08 16:24:03 +01:00
Guillaume Lours
e1414ca78f
add definitions of COMPOSE_MENU and COMPOSE_EXPERIMENTAL env variables for Compose ( #19695 )
...
* add definitions of COMPOSE_MENU and COMPOSE_EXPERIMENTAL env variables for Compose
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
* COMPOSE_MENU and COMPOSE_EXPERIMENTAL - Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Update content/compose/environment-variables/envvars.md
---------
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-08 16:21:09 +01:00
Allie Sadler
15d007b212
ds-950 ( #19697 )
2024-04-08 16:16:59 +01:00
Craig Osterhout
c5950f3ded
desktop: add debug gui ( #19583 )
...
* add debug gui
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* feedback1
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* Update content/desktop/use-desktop/container.md
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-04-08 16:12:37 +01:00
Craig Osterhout
478765f39b
desktop: add volumes backup and share ( #19711 )
...
* add volumes backup and share
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
* Update content/desktop/use-desktop/volumes.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
* Update content/desktop/use-desktop/volumes.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
---------
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-08 16:08:09 +01:00
Lorena Rangel
87366b6313
Docker Desktop 4.29.0 release notes ( #19707 )
...
* Docker Desktop 4.29.0 release notes
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>
2024-04-08 16:04:15 +01:00
David Karlsson
2f1ba5da9c
chore: fully remove the sbom page
...
The old `docker sbom` page had been removed from the toc. This fully
removes the page and redirects to the Scout SBOM page.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-05 15:49:20 +02:00
jbd
a7c5c99903
Update official-images.md
2024-04-04 20:34:03 -07:00
David Karlsson
9b815e32ba
Merge pull request #19739 from dvdksn/build-predefined-secrets
...
build: git remote authentication secrets
2024-04-04 15:05:06 +02:00
Sebastiaan van Stijn
e57be72314
Merge pull request #19731 from dvdksn/expandable-code-blocks
...
collapsible code blocks
2024-04-04 14:36:37 +02:00
CrazyMax
82edd3dec7
Merge pull request #19686 from sozercan/patch-1
...
docs: tip for index sbom
2024-04-04 14:16:25 +02:00
David Karlsson
da207fa03f
build: git remote authentication secrets
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-04 12:53:23 +02:00
David Karlsson
e7d57278d6
build: use collapsible private gomod gha Dockerfile
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-03 14:06:25 +02:00
David Karlsson
64795d860c
Merge pull request #19728 from dvdksn/scout-highprofile-cve-2024-3094
...
scout: add release note about CVE-2024-3094
2024-04-02 22:40:54 +02:00
David Karlsson
f39a61abf5
Merge pull request #19730 from dvdksn/buildx_debug_build_underscore
...
fix: remove underscore in buildx debug build title
2024-04-02 17:52:43 +02:00
Stephanie Aurelio
17e73b634d
remove sales callout ( #19721 )
2024-04-02 08:35:01 -07:00
David Karlsson
adc1324bb5
fix: remove underscore in buildx debug build title
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-02 16:49:04 +02:00
David Karlsson
4f3de2e5d6
scout: add CVE-2024-3094 to high-profile vulns
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-02 14:46:38 +02:00
Allie Sadler
85688fa3e5
ENGDOCS-2039 ( #19701 )
2024-04-02 09:37:13 +01:00
Milas Bowman
b6d7ada921
release: Compose v2.26.1 ( #19715 )
...
https://github.com/docker/compose/releases/tag/v2.26.1
Signed-off-by: Milas Bowman <milas.bowman@docker.com>
2024-04-02 09:36:05 +01:00
David Karlsson
b5d4e3ee53
Merge pull request #19706 from dvdksn/media-guidelines-asciinema
...
chore: add asciinema guidelines
2024-04-02 09:05:12 +02:00
Ilya Lisov
86e1a99efd
Remove unnecessary empty lines
2024-04-01 11:39:19 +03:00
Ilya Lisov
31a691964a
Fix indents in compose file
2024-04-01 11:26:05 +03:00
David Karlsson
fc060ddeb9
Merge pull request #19638 from dvdksn/rootless_apparmor_restrict_unprivileged_userns
...
rootless: ubuntu 24.04 restricts unprivileged userns
2024-03-29 06:47:46 +01:00
David Karlsson
f7a43dd5d8
Merge pull request #19682 from dvdksn/scout-release-notes-refactor
...
scout: add cli/gha release notes to docs site
2024-03-28 13:57:03 +01:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
a846de1787
Add documentation for core Docker concepts and guides ( #19691 )
...
* Added the-basic pages
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: Michael Irwin <mikesir87@gmail.com>
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2024-03-27 14:09:35 -07:00
David Karlsson
b0b5d9e603
chore: add asciinema guidelines
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-27 18:02:18 +01:00
Allie Sadler
b404ee50c3
ENGDOCS-2010 ( #19596 )
...
* ENGDOCS-2010
* language tweak
2024-03-27 15:49:26 +00:00
David Karlsson
70df01a3ae
rootless: ubuntu 24.04 restricts unprivileged userns
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-27 16:02:59 +01:00
David Karlsson
e8739be381
desktop: remove artifactory tab
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-27 09:00:09 +01:00
David Karlsson
552669207d
scout: refactor release notes
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-27 08:01:28 +01:00
Sertaç Özercan
11e1858ab8
Update content/build/attestations/sbom.md
...
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-26 09:29:42 -07:00
Allie Sadler
cfeaa03af6
ENGDOCS-2035 ( #19689 )
...
* ENGDOCS-2035
* Apply suggestions from code review
2024-03-26 11:12:07 +00:00
Allie Sadler
86520d9b8d
ENGDOCS-2031 ( #19630 )
...
* ENGDOCS-2031
* ENGDOCS-2031
2024-03-26 09:20:16 +00:00
David Karlsson
d5d3103973
Merge pull request #19680 from dvdksn/fix-systemd-link
...
fix: update external link to systemd website
2024-03-26 10:02:54 +01:00
Allie Sadler
81dfba410c
ENGDOCS-2033 ( #19636 )
2024-03-26 08:16:20 +00:00
Sertaç Özercan
86a41bc74d
index sbom
2024-03-25 14:57:28 -07:00
David Karlsson
5b4ea5ef0f
build: fix c8d option in daemon.json
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-25 17:09:00 +01:00
David Karlsson
219ea4eb1f
scout: "Fixable vulnerabilities only" config option
...
The "Fixable critical and high vulnerabilities" OOTB policy now supports
a "Fixable vulnerabilities only" configuration option when customizing
the policy.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-25 11:27:53 +01:00
David Karlsson
c5885ffe43
fix: update external link to systemd website
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-25 11:13:33 +01:00
Guillaume Lours
da9f382e08
fix override file name in the merge.md ( #19678 )
...
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-03-25 09:46:10 +00:00
Nicolas De loof
6556091189
Bump compose to v2.26.0 ( #19672 )
...
* Bump compose to v2.26.0
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-03-25 09:28:35 +00:00
Allie Sadler
80a056e27f
eap banner ( #19668 )
2024-03-22 13:40:59 +00:00
Allie Sadler
16bc38470c
rhel-eap ( #19667 )
2024-03-22 13:21:17 +00:00
Dorin-Andrei Geman
bfa5ef2623
Add RHEL docs ( #19444 )
2024-03-22 13:06:15 +00:00
David Karlsson
ad1523ac51
Merge pull request #19644 from profnandaa/patch-1
...
fix: add a note about experimental windows support
2024-03-22 05:13:09 +01:00
Anthony Nandaa
6b3609ee33
fix: reword
...
Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
2024-03-21 16:40:30 +03:00
Allie Sadler
6e130b1a56
ENGDOCS-2001 ( #19580 )
...
* ENGDOCS-2001
* SG fixes
* tech review
* minor edit
* Apply suggestions from code review
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
---------
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2024-03-21 07:16:41 +00:00
Sebastiaan van Stijn
bff6a0913e
Merge pull request #19658 from neersighted/relnote_26.0.0
...
engine: 26.0.0 release notes
2024-03-21 00:01:36 +01:00
Sebastiaan van Stijn
b62897cbeb
engine: vendor v26.0.0
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-03-20 23:54:16 +01:00
Paweł Gronowski
f9945d6b15
engine: 26.0.0 release notes
...
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2024-03-20 13:17:31 -06:00
Bjorn Neergaard
bd9c89ea09
engine: add 25.0.5 release notes
...
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2024-03-19 18:12:44 -06:00
AJ Fuhrmann
c536c8bbaf
Fix verification command
...
Make the cat command check for the file that the user created.
In the current version, the user makes a file called 'greeting.txt' but then checks for a file called 'greetings.txt'.
2024-03-18 09:46:27 -04:00
Anthony Nandaa
fab15b7dc6
fix: add a note about experimental windows support
...
We are now releasing buildkitd.exe for Window as an experimental release.
This commit updates the docs to reflect that new development.
2024-03-18 10:14:49 +03:00
David Karlsson
e6e9f8df87
buildx: default-load driver opt
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-03-15 17:39:56 +01:00
Nicolas De loof
c47c293c96
Bump compose to v2.25.0 ( #19637 )
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2024-03-15 15:10:48 +00:00
Stephanie Aurelio
36db7d02a3
[15/3] Update DBC billing and subscription ( #19623 )
...
* update billing and add new sub docs
* refine order in toc
* add crosslinking
* update sign in step and reword invite step
2024-03-15 08:01:17 -07:00
Allie Sadler
b7f83dfde2
Adjust Compose Watch example ( #19631 )
...
* adjust-compose-example
* adjust-compose-example
* adjust-compose-example
2024-03-15 07:59:55 +00:00
Stephanie Aurelio
3556183aff
update intro and examples ( #19633 )
2024-03-14 15:08:52 -07:00
Stephanie Aurelio
78255c1d9a
Update SSO and SCIM structure ( #19484 )
...
* add idp instructions and break up pages
* refine content
* remove brackets
* split up shortcode and add idp tabs
* add role mapping and cleanup steps
* update assignment callout
* fix step
* update some punctuation and use code block
* remove ol config and move demo video to idp page
* update language to include hub and admin
* use previous wording and fix capitalization
* implement role mapping feedback
* implement editorial feedback
* remove other reference link
2024-03-14 15:04:55 -07:00
David Karlsson
66e6277140
Merge pull request #19595 from dvdksn/dbc-gha-attestation-load-err
...
build(cloud): call out conflict with default provenance in gha
2024-03-14 22:28:59 +01:00