Commit Graph

1271 Commits

Author SHA1 Message Date
David Karlsson
c4a09ff93e engine: louder notice about sles being s390x only
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-15 16:12:30 +02:00
Stephanie Aurelio
bdfd68c70e Update JIT release phase callouts (#20030)
* update callouts

* link to release phase doc

* vale: add SCIM, Admin Console to vocabulary

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

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-14 12:12:11 -07:00
David Karlsson
064a4cc9c7 Merge pull request #19879 from dvdksn/default-load-additions
build: default load and multi-export
2024-05-14 11:18:53 +02:00
David Karlsson
40aa2847ad Merge pull request #19977 from dvdksn/buildkit-commit-sha-ref
build: clarify that sha-1 build context can't be truncated
2024-05-14 11:18:38 +02:00
David Karlsson
fe54659e4f Merge pull request #20027 from dvdksn/tmpfs-size
storage: tmpfs maximum size
2024-05-13 23:24:52 +02:00
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