Commit Graph

1417 Commits

Author SHA1 Message Date
Craig Osterhout 0a11e6f5df
update hub categories note (#20017)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-13 10:24:37 -07:00
David Karlsson 6147ebe31a storage: tmpfs-size default value
The default maximum size for tmpfs volumes is 50% of RAM

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-13 17:00:48 +02:00
David Karlsson 9da516710d
Merge pull request #20023 from lexfromlau/patch-1
remove -u flag from docker push
2024-05-13 15:56:30 +02:00
David Karlsson 5015087698
Merge pull request #19587 from dvdksn/warn-exposed-daemon
engine: warn more about insecure daemon configurations / deprecate non-tls tcp
2024-05-13 15:49:44 +02:00
lexfromlau 794cf292f7
Update what-is-a-registry.md
remove -u flag from docker push
2024-05-13 14:17:52 +02:00
Allie Sadler 0f3124e087
nit-release-notes (#20014) 2024-05-10 15:10:19 +01:00
David Karlsson 62903181ee scout: add CISA Vulnrichment advisory
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-10 13:42:07 +02:00
David Karlsson 36b27b26da
Merge pull request #19950 from Benehiko/docker-completions
fix: docker desktop macos completions
2024-05-10 12:56:52 +02:00
Alano Terblanche 9fb83d814a cli: improve docs on shell completion
Signed-off-by: Alano Terblanche <18033717+Benehiko@users.noreply.github.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-10 12:34:58 +02:00
Cesar Talledo 40bec3a6c2
Improve air-gapped containers visibility in docs (#19990)
* Improve visibility of air-gapped containers feature.

The air-gapped container feature is currently under the settings-management
section. This hides it from users.  Instead, move it up one level by creating a
dedicated sub-section for it under Hardended Desktop section.

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

* nit: remove quotes from links in hardened desktop section.

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

* Add air-gapped containers to security section grid.

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

* Fix broken link from release notes to air-gapped containers.

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

* A few improvements in the air-gapped containers docs.

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

* Fix capitalization of air-gapped container references.

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

* Make air-gapped containers a single page rather than subsection.

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

* Fixes to air-gapped containers section per review feedback.

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

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-05-10 10:41:48 +01:00
Allie Sadler e97ab3f92d
mac-prereq (#20011)
* mac-prereq

* mac-prereq
2024-05-10 09:44:53 +01:00
Berke Sayın bc8c3bd1ad
Update the CI/CD config to build and push multi-platform image (#20009) 2024-05-09 14:39:04 -07:00
Savannah Ostrowski e74f9c86ac
Update release-notes.md 2024-05-09 12:55:39 -07:00
David Karlsson a9e5bdfd7c
Merge pull request #19996 from vvoland/rn
engine: 26.1.2 release notes
2024-05-09 16:47:21 +02:00
Paweł Gronowski 63db2f5e4a engine: 26.1.2 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-09 16:46:59 +02:00
Delath aa12ff8845
Update kubectl get nodes output example (#19775)
* Update kubectl get nodes output example

* Re-align the column-headers.

Signed-off-by: Delath <delath.707@gmail.com>

---------

Signed-off-by: Delath <delath.707@gmail.com>
2024-05-09 13:26:28 +01:00
Adam Outler 7f1c9230c7
Update rootless.md (#19992)
* Update rootless.md

I just accomplished install via both manual and docker-ce-rootless-extras packages on Ubuntu 24.04.  There were some pain points which I hope to address here and make this run more smoothly for others. 

* As a `$` user, you cannot `cat<< EOF > /etc/apparmor.d`.  The existing command should never work because you cannot be the user and access the apparmor folder at the same time. So we create the file and then move the file.  This separates into creation which should be done as a user, and moving which requires sudo access.  If the move command fails, that's a basic issue which can be resolved by an admin. 
* I added missing apt-get commands which may be required on Ubuntu.  I noticed `dbus-user-session` is a default package in Ubuntu and it was mentioned. So i took the liberty to add uidmap which is absolutely required, and systemd-container may be necessary for accessing via non-login terminals.
* The command `sudo systemctl disable --now docker.service docker.socket` was insufficient and requires a reboot to activate.  The `sudo systemctl stop docker.service docker.socket` will immediately shut down the docker service. 
* I added a note about not shutting down the docker service.
* Troubleshooting now includes an installation error where the user was a pure service account without login capabilities. `systemd-container` and `machinectl` is required when not logging in via terminal with user/pass.

* Add space per lint check

* Update content/engine/security/rootless.md

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

* Update content/engine/security/rootless.md

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

* Update content/engine/security/rootless.md

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

* Update content/engine/security/rootless.md

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

* specific message

* don't stop the service, remove the dead socket

* Lint issue

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-09 06:34:29 +02:00
David Karlsson d4cdd83e66
Merge pull request #20002 from dvdksn/scout-search-keywords
site: improve static search
2024-05-08 21:59:32 +02:00
Michael Irwin 250a952faf
Fix a few indentation issues and content on multi-stage concept (#19942)
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2024-05-08 11:49:02 -07:00
David Karlsson 0ca7526092 scout: update seo keywords
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-08 20:07:17 +02:00
Allie Sadler e8721aa8b8
Add links to release notes (#19985) 2024-05-08 08:41:45 +01:00
Stephanie Aurelio 0349f806c6
remove callout (#19991) 2024-05-07 18:22:11 -07:00
Craig Osterhout 67d6da5cb5
add database use-case guide (#19737)
* add database use-case guide
---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-07 11:48:19 -07:00
David Karlsson bd10dba5b4
Merge pull request #19970 from dvdksn/scout-metrics-export-release-note-fix
scout: fix missing period / non-sentence
2024-05-07 16:44:13 +02:00
Mihaela Stoica afe732af81
Add link to for-mac issue in the 4.30 release notes (#19984) 2024-05-07 09:24:31 +01:00
Cesar Talledo 449cd2f0d8
ECI doc improvements ... (#19976)
* Improve subtitle in ECI limitations page.

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

* Move ECI faqs from security/faqs -> ECI section.

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

* Improve security FAQ and mention ECI.

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

* Fix a couple of links in ECI FAQ.

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

* Fix ECI FAQ in TOC.

* Add a dedicated container FAQ to teh security FAQs 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-05-07 09:09:16 +01:00
Emily Guo 2e8c70bdfe
fix: typo (#19979)
Co-authored-by: Lukas Zenick <lukas@utexas.edu>
2024-05-07 08:49:51 +01:00
Chaimaa Zegoumou ab2d97e5a2
fix: typo on docker/for-mac issue number (#19975)
Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>
2024-05-07 08:47:36 +01:00
David Karlsson ebdbc6ba02
Merge pull request #19937 from billywr/docs-update
docs: remove note since issue #4696 was fixed
2024-05-06 22:12:30 +02:00
David Karlsson 5ec7eb4aea build: clarify that sha-1 build context can't be truncated
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-06 19:03:14 +02:00
Craig Osterhout ce70ce779a
update node.js guide (#19901)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-05-06 09:09:43 -07:00
Allie Sadler 88cb9f38ad
ENGDOCS-2073 (#19860)
* ENGDOCS-2073

* ENGDOCS-2073

* review fixes

* Update content/desktop/settings/windows.md
2024-05-06 17:08:59 +01:00
Gavin f1cae984ed
DS-884 Add an admin setting for displayedOnboarding (#19782)
* Add an admin setting for displayedOnboarding

* Add onboarding survey to settings managment list
2024-05-06 17:01:58 +01:00
Cesar Talledo bf9e3bf00f
Add note that docker builds are not always protected by ECI. (#19900)
* Add note that docker build are not always protected by ECI.

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

* Add ECI limitations to TOC.

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

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-05-06 16:56:39 +01:00
Cesar Talledo 2c8131d793
Add note that Docker Debug containers are not protected by ECI. (#19899)
Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-05-06 16:50:46 +01:00
Allie Sadler 04facd848a
ENGDOCS-2075 (#19908) 2024-05-06 16:47:20 +01:00
Allie Sadler 35dc374e8b
Engdocs 2076 (#19910)
* ENGDOCS-2076

* ENGDOCS-2076
2024-05-06 16:39:33 +01:00
Lorena Rangel dbb434ce79
Docker Desktop 4.30 release notes (#19909)
* Docker Desktop 4.30 release notes

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Add known issue

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* reviews

* add entries for known issues

Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>

* build ui changes for docker desktop 4.30

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>

* add entry for known issue on sync file shares with Compose

Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>

* reviews

Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>

* Add missing release notes

Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>

* add version for Docker Desktop installers

* add known issue for Docker CLI

Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Signed-off-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: Chaimaa ZEGOUMOU <42580324+chaizeg@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-05-06 16:35:45 +01:00
David Karlsson d97da6e725
Merge pull request #19972 from dvdksn/build-ui-export-traces
build: export and analyze jaeger traces
2024-05-06 17:30:24 +02:00
David Karlsson 432a3bb805
Merge pull request #19958 from adamoutler/patch-1
Update rootless.md
2024-05-06 17:19:31 +02:00
David Karlsson f7c5dbd33a build: export and analyze jaeger traces
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-06 17:13:01 +02:00
Brian Hagerty 6702722c6b
Correct two spelling errors in "language" (#19961) 2024-05-06 08:11:53 -07:00
Stephanie Aurelio 689205569a
Add merge organization steps to admin docs (#19947)
* update org faq and add steps to main doc

* update wording
2024-05-06 07:59:28 -07:00
David Karlsson 9189080f9e scout: fix missing period / non-sentence
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-06 16:16:29 +02:00
David Karlsson 9a0729503b
Merge pull request #19968 from felipecruz91/revert-19914-scout-metrics-exporter-unlist
Revert "scout: unlist the scout metrics exporter page"
2024-05-06 11:14:51 +02:00
David Karlsson f757542991 scout: release note for metrics exporter
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-06 11:12:59 +02:00
Felipe Cruz Martinez 289c762666
Revert "scout: unlist the scout metrics exporter page" 2024-05-06 11:05:49 +02:00
David Karlsson 88909198c4 build(cloud): BitBucket Pipelines ci example
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-06 10:19:55 +02:00
Yuping Zuo 4d7573a8ea
docs: fix links to docker-run 2024-05-04 14:25:28 +08:00
Adam Outler ed35d6bd38
Update rootless.md
Adding quotes prevents the `$` from being omitted from the beginning of this line.  When a line starts with `$` it is assumed to be an included shell prompt by the formatter and so does get coped.
2024-05-03 10:51:13 -04:00
Allie Sadler 6ee0567ce7
ENGDOCS-2084 (#19940) 2024-05-02 12:54:23 +01:00
Allie Sadler b50530bf47
ENGDOCS-2083 (#19944) 2024-05-02 08:47:37 +01:00
Billy Owire 0442a08a09 Issue raised by the note in this doc[Issue raised by the note in this doc[docs\content\build\buildkit_index.md] has been closed.
Signed-off-by: Billy Owire <billyowire@microsoft.com>
2024-05-02 09:37:35 +03:00
Stephanie Aurelio 94df07fd97
delete old page (#19930) 2024-05-01 09:36:09 -07:00
Allie Sadler 8f1150e24b
ENGDOCS-2079 (#19939)
* ENGDOCS-2079

* Fix links

* Fix links

* Fix links

* Fix links
2024-05-01 13:53:07 +01:00
Stephanie Aurelio feaf1d0198
update steps and ui element names (#19919) 2024-04-30 12:49:57 -07:00
David Karlsson 6b7db0dccf build: multiple exporters now supported
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-30 14:03:02 +02:00
Paweł Gronowski c358439112 engine: 26.1.1 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-30 12:32:59 +02:00
Stephanie Aurelio 450486865d
update permission table (#19918) 2024-04-29 14:00:12 -07:00
David Karlsson b9857c7002 scout: unlist the scout metrics exporter page
Keeping this page unlisted while the feature goes through c0 evaluation

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-29 15:53:14 +02:00
Nicolas De loof 9e4a918f8d
Compose Bridge early access (#19702)
* compose-bridge doc - release v0.0.1

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Apply Ally's suggestions from first code review

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

* manually adapt some review feedback

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

---------

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-29 13:51:49 +01:00
David Karlsson 0a7cb792ec
Merge pull request #19854 from dvdksn/scout-prometheus-exporter
scout: metrics exporter endpoint
2024-04-29 14:18:59 +02:00
David Karlsson 8f71825e24 scout: metrics exporter endpoint
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-29 13:49:41 +02:00
David Karlsson f1d240a6ef
Merge pull request #19882 from eunomie/docker-scout-180
docker scout changelog for 1.8.0
2024-04-26 17:37:30 +02:00
Yves Brissaud 1c5f6241a1 scout: scout-cli 1.8.0 release notes
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-26 17:29:10 +02:00
Nicolas De loof 0e7b4d540b
recommend use of up --watch and document watch command as an alternative (#19895)
* recommend use of up --watch and document watch command as an alternative

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-04-26 16:05:01 +01:00
David Karlsson 23912a5120
Merge pull request #19896 from Pradumnasaraf/update-r-docs
docs: update directory name in r language guide
2024-04-26 16:57:07 +02:00
Pradumna Saraf 88572a4e5a
docs: update directory name in r-docker-dev 2024-04-26 20:10:09 +05:30
David Karlsson 6f4646afde build: additional details on default-load driver opt
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-25 16:23:34 +02:00
Sebastiaan van Stijn 6df9910298
engine/api: add v26.1.0 and update sample output
Docker Engine v26.1 uses the same API version as v26.0.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:35:39 +02:00
Sebastiaan van Stijn 8ebbf45e66
engine/install: debian: update example output versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:35:39 +02:00
Sebastiaan van Stijn 7f6a0777fe
engine/install: add EOL date for RHEL 7, and update example output
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:35:34 +02:00
Sebastiaan van Stijn 9ae2f99142
engine/install: add Ubuntu 23.10 EOL date
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:32:55 +02:00
Sebastiaan van Stijn 226637ef45
engine/install: add Ubuntu Noble 24.04 (LTS)
Scheduled to be released Today (April 25);

- https://wiki.ubuntu.com/Releases
- https://discourse.ubuntu.com/t/noble-numbat-release-schedule/35649

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:32:53 +02:00
Sebastiaan van Stijn d867aada2d
engine/install: add EOL dates for CentOS 7, CentOS 8
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:32:52 +02:00
Sebastiaan van Stijn 2efda2e872
engine/install: add Fedora 38 EOL date
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:32:51 +02:00
Sebastiaan van Stijn e934332b6c
engine/install: add Fedora 40
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-25 15:32:47 +02:00
Tien Do 38028fcba6
docs: replace alpine with nginx 2024-04-25 14:57:25 +07:00
Guillaume Lours d298560740
update Compose v2.27.0 release notes (#19868)
* update Compose v2.27.0 release notes

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Update content/compose/release-notes.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-25 08:50:04 +01:00
David Karlsson 59d8cc76c8
Merge pull request #19836 from dvdksn/fix-buildkit-windows-
fix: copy codeblocks for powershell
2024-04-24 23:12:25 +02:00
JP Bulman 34bc2ff861
Update Dotnet Containerization Docs (#19867)
* Update Dotnet Containerization Docs

This is a condensed version of the two separate commands to connect to the docker container and to log into postgres.

* Update exit commands
2024-04-24 14:10:05 -07:00
David Karlsson 9b1aa59127 build: make buildkitd on windows more copy-friendly
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-24 23:04:37 +02:00
David Karlsson 685cb30093
Merge pull request #19833 from dvdksn/com.docker.network.bridge.inhibit_ipv4
network: com.docker.network.bridge.inhibit_ipv4
2024-04-24 22:32:56 +02:00
David Karlsson 4ea24baa2c
Merge pull request #19819 from dvdksn/scout-quickstart-enroll-org
scout: add step to enroll org before enabling repo
2024-04-24 22:32:42 +02:00
Pradumna Saraf 5d209c7ec8
docs: Update and add steps for node CI (#19858) 2024-04-24 13:11:13 -07:00
David Karlsson a94e4387dd
Merge pull request #19864 from dvdksn/css-overflows-sizes
hugo: css overhaul
2024-04-24 18:50:11 +02:00
David Karlsson 46a3512a54 hugo: css overhaul
- Remove manual breakpoint definitions and use tailwind defaults
- Fix various overflow and other rendering issues

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-24 18:14:02 +02:00
Craig Osterhout faa980a9f3
add guides overview page (#19837)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-04-24 08:54:26 -07:00
cuiyourong 90e3e0a314
chore: fix some typos in comments (#19853)
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
2024-04-23 13:01:57 +01:00
David Karlsson 2108ad4774 network: com.docker.network.bridge.inhibit_ipv4
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-23 11:30:23 +02:00
David Karlsson 45197a3fa9 chore: remove faq section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-23 10:47:55 +02:00
David Karlsson ccb50a8467 hugo: add tags
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-23 10:47:54 +02:00
David Karlsson 749870a500
Merge pull request #19835 from vvoland/rn-26.1
engine: 26.1.0 release notes
2024-04-22 23:14:50 +02:00
David Karlsson 2a1b3e0ab3
Merge pull request #19776 from dvdksn/initial-otel-support
cli: document initial otel support and usage
2024-04-22 23:14:36 +02:00
Ajeet Singh Raina, Docker Captain, ARM Innovator 27350ce730
Add documentation for core Docker concepts and guides (#19786)
* Added Building Images concept pages

* Formatting changes and new video link added

* Rebasing the docs links

* Vale formatting

* Added a video for image layers

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Made changes to resolve the PR reviewed comments

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

* removed unnecessary files

* fixed a command based on the PR review

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/build-tag-and-publish-an-image.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

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

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

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

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

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

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

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

* Update content/guides/docker-concepts/building-images/writing-a-dockerfile.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/multi-stage-builds.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/understanding-image-layers.md

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

* Update content/guides/docker-concepts/building-images/using-the-build-cache.md

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

* Delete content/guides/docker-concepts/building-images/images/container_image_layer_reuse.svg

* Added a note for Eclpise temurin

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Michael Irwin <mikesir87@gmail.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-22 12:19:08 -07:00
David Karlsson 872729c7ad
Merge pull request #19844 from dvdksn/disambiguate-docker-firewalld-iptables
network: disambiguate which program the iptables option applies to
2024-04-22 20:53:04 +02:00
Paweł Gronowski c4daba131c engine: 26.1.0 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-22 19:33:33 +02:00
David Karlsson dff48ee487 chore: remove redirects in old engine release note
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-22 19:33:00 +02:00
David Karlsson 42cf24932b
Merge pull request #19843 from dvdksn/buildx-014-releasenotes
build: buildx 0.14.0 release notes
2024-04-22 17:11:21 +02:00
Andreas Heck b9074dfc50
Add note regarding IPv6 and address 127.0.0.1 for host networking (#19845)
* Add note regarding IPv6 and address 127.0.0.1 for host networking

* Update content/network/drivers/host.md

---------

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-04-22 14:35:24 +01:00
David Karlsson e63c928026 build: buildx v0.14.0 release notes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-22 14:34:04 +02:00
David Karlsson 913e75e7d1 network: disambiguate which program the iptables option applies to
Closes #19148

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-22 14:31:41 +02:00
David Karlsson c01b2da66c buildx: schedulername opt for kubernetes driver
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-22 14:26:25 +02:00
David Karlsson 8ce218fbf2
Merge pull request #19726 from Moleus/feat-ephemeral-storage-opts
buildx: kubernetes: add ephemeral-storage options to kuberentes-driver
2024-04-22 11:02:23 +02:00
Moleus a2fc415408 buildx: kubernetes: add ephemeral-storage options to kuberentes-driver 2024-04-22 11:01:23 +02:00
Hang 08bc47fc2e
Update secrets.md 2024-04-22 11:18:28 +08:00
Paweł Gronowski 4179384198 engine: 26.0.2 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-19 12:27:00 +02:00
Allie Sadler 740307158e
Engdocs 2061 (#19808)
* ENGDOCS-2061

* tidy

* Update content/desktop/faqs/releases.md

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

---------

Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2024-04-19 08:06:47 +01:00
Allie Sadler 007ac90154
ENGDOCS-2068 (#19821)
* ENGDOCS-2068

* tweak step

* edit
2024-04-19 08:04:35 +01:00
racequite e0b31619db chore: remove repetitive words
Signed-off-by: racequite <quiterace@gmail.com>
2024-04-19 12:57:01 +08:00
David Karlsson 91752dd94c
Merge pull request #19741 from dvdksn/hub-categories
Docker Hub: add content categories
2024-04-18 22:55:24 +02:00
David Karlsson 451b837c23 hub: content categories early access
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-18 20:55:43 +02:00
David Karlsson 003c6fe251 cli: initial otel support and usage
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-18 20:53:27 +02:00
David Karlsson cbbc81cd34
Merge pull request #19640 from dvdksn/buildx-default-load
buildx: default-load driver opt
2024-04-18 17:21:04 +02:00
David Karlsson 3072fd0f6f
Merge pull request #19749 from dvdksn/bake-auth-remote-def
bake: remote auth variables
2024-04-18 17:20:38 +02:00
Sebastiaan van Stijn a13cdc4c6a
Fix broken link to PostgreSQL image on Docker Hub
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-04-18 13:16:12 +02:00
Stephanie Aurelio 32c9d9ddb7
Update guidelines for videos (#19813)
* add video guidelines

* update description

* fix typo and add guideline
2024-04-17 11:23:05 -07:00
David Karlsson 76d9123ebb guides: improve wording on compose watch in R guide
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 18:14:27 +02:00
David Karlsson 5a361f7475 chore: trim excessive newlines
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 18:10:53 +02:00
Marco Franzon ac93f976fd
add guide for R language (#19787)
Add R language with sample repository

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 18:03:14 +02:00
David Karlsson b0847cd748 bake: remote auth variables
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 11:33:58 +02:00
Yves Brissaud 10d4f77739 scout release notes: indexing blocked in 1.6.0
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 11:19:02 +02:00
David Karlsson 07d2a7dce0 scout: add step to enroll org before enabling repo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 09:48:00 +02:00
David Karlsson b75fe78d4f lint: enable markdownlint MD022 / blanks-around-headings
Headings should be surrounded by blank lines

Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse headings that don't have a blank line before, and will parse them as regular text.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-17 09:36:28 +02:00
David Karlsson 3b25805488
Merge pull request #19814 from dvdksn/scout-honor-admin-settings
desktop: docker scout honors admin-settings.json
2024-04-16 20:26:36 +02:00
Stephanie Aurelio 680bcac85d
Add admin video series links (#19779)
* add admin and security video links

* update spelling

* add desktop links

* update idp links

* update link names
2024-04-16 08:58:49 -07:00
David Karlsson bf766bcd56 desktop: docker scout honors admin-settings.json
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-16 15:38:06 +02:00
David Karlsson e8ef18c960
Merge pull request #19811 from eunomie/scout-cli-170
add release notes for scout CLI v1.7.0
2024-04-16 09:21:58 +02:00
Yves Brissaud f71eddc484 add release notes for scout CLI v1.7.0
Signed-off-by: Yves Brissaud <yves.brissaud@docker.com>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-16 09:08:47 +02:00
David Karlsson 37f10b360c
Merge pull request #19792 from dvdksn/buildkit-windows-exp
build: experimental test instruction buildkit.exe
2024-04-16 08:59:01 +02:00
Eugene Mwangi 2abe7d9073
docs: Update grammer and semantics in file-watch.md (#19809)
Modify `defined` to `define`, the correct verb tense in the given context.
Specify `ignore` as an option for better clarity for first-time readers.
2024-04-15 14:02:49 +01:00
David Karlsson 2b137114fe build: experimental test instruction buildkit.exe
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-15 10:53:15 +02:00
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 e5552f310d engine: bigger warning about unauthorized access
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-04-03 13:50:30 +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