Commit Graph

1719 Commits

Author SHA1 Message Date
David Karlsson 23edbb9f4e scout: update ootb policy to match health score rules
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 11:02:55 +02:00
Antony Southworth ebfe67a54a
Make the specification of max-buffer-size discoverable. (#20562)
* Make the specification of max-buffer-size discoverable.

It's not obvious what type of strings are accepted by `max-buffer-size` nor is it obvious what e.g. `4m` means. Four _minutes_? (to me, it looks like something accepted by [ParseDuration](https://pkg.go.dev/time#ParseDuration).

Instead we should direct users to the relevant documentation to explain clearly what's allowed and what the units are.

* Update configure.md
2024-08-14 09:54:08 +02:00
David Karlsson fd2dbcf9b4
Merge pull request #20584 from dvdksn/housekeeping
hugo/build/ci housekeeping
2024-08-14 09:52:36 +02:00
David Karlsson 04bcc07516
Merge pull request #20601 from dvdksn/fix-redirect-overage
redirect: fix overage issue
2024-08-14 09:47:04 +02:00
David Karlsson bc756a7978 redirect: remove redirects for docker-cloud and docker-store
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:40:13 +02:00
David Karlsson 4d2d710d73 redirect: remove redirects for unused project cryptonyms
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:40:13 +02:00
David Karlsson 8a4749bd22 redirect: remove redirects for retired commands
retired commands should not redirect to unrelated pages just to avoid
404

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:40:11 +02:00
David Karlsson 8b9b5a0c25 engine: removed unused breaking changes page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:19:23 +02:00
David Karlsson 1c158c898f engine: remove unused faq page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:19:04 +02:00
David Karlsson 9eb371e320 redirects: add missing engine redirects after refactor
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:12:29 +02:00
kanwalpreetkaur 3c2a202ea2
[docs] update Register a tax certificate (#20585)
* update tax certificate upload instructions

* updated url

* changes as per reviewdog

* updates acc to reviewer
2024-08-14 08:43:12 +02:00
David Karlsson 0ecd77896f
Merge pull request #20582 from vvoland/rn-27.1.2
engine: add 27.1.2 release notes
2024-08-13 16:32:19 +02:00
Allie Sadler a26d380324
ENGDOCS-2179 (#20591)
* ENGDOCS-2179

* link fix

* more link fix

* final link fix
2024-08-13 11:51:09 +01:00
Paweł Gronowski b29e23e553
engine/api: Update `docker version` output
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-08-13 11:18:49 +02:00
Paweł Gronowski 8ecc7a5347
engine: add 27.1.2 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-08-13 11:16:44 +02:00
David Karlsson 12df6475da fix: duplicate aliases for the same paths
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:28:07 +02:00
David Karlsson 9ad45881d4
Merge pull request #20580 from dvdksn/logging-aliases
engine: add missing aliases after file rename
2024-08-12 20:20:39 +02:00
David Karlsson 42a020886b engine: add missing aliases after file rename
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-12 13:36:54 +02:00
David Karlsson ef82308e2d engine: volume subpath mount
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-12 13:09:03 +02:00
CrazyMax 8e1a75c658
Merge pull request #20576 from dvdksn/buildx-registry-image-manifest
buildx: image-manifest param for registry and local cache backends
2024-08-12 09:54:45 +02:00
David Karlsson d20f452358
Merge pull request #20573 from dvdksn/manuals-engine-refactor
refactor: Docker Engine manuals section
2024-08-12 09:51:32 +02:00
Parsa d38ed68e04
Update _index.md (#20572)
I've noticed that the --all-resources option appears in the docker compose --help output, but it isn't mentioned in the official Docker documentation.
2024-08-12 08:49:32 +01:00
David Karlsson e187454ad5 buildx: image-manifest param for registry and local cache backends
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-12 09:38:00 +02:00
David Karlsson 52a1e5ff62 vendor: github.com/docker/cli 73452e316f32694a7101fc0a9cf5c18373adebd2
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-11 17:07:54 +02:00
David Karlsson 9fceeb262f refactor: consolidate docker engine content files
Move content files related to Docker Engine to the /engine content
subdirectory, and update links

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-11 17:07:54 +02:00
David Karlsson 3be1072b26 vendor: docker/cli v27.1.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-11 17:07:54 +02:00
David Karlsson 513d90e4f2
Merge pull request #19986 from robmry/firewalld_forwarding_policy
Add 'docker-forwarding' policy to firewalld description.
2024-08-11 14:13:44 +02:00
Sebastiaan van Stijn 02b6e873a3
Merge pull request #20568 from mpfeil/patch-1
docs: typo in journald docs
2024-08-09 19:10:21 +02:00
David Karlsson bc44727603
Merge pull request #20570 from craig-osterhout/fix-db-typo
guides: fix typo
2024-08-09 18:23:05 +02:00
Craig Osterhout 374813ae2d
fix db use-case guide typo
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-09 08:33:46 -07:00
Allie Sadler 87acb6a36e
ENGDOCS-2176 (#20569) 2024-08-09 11:41:32 +01:00
Matthias Pfeil 02a854dcee
Update journald.md
Little typo in `retried`-> `retrieved`
2024-08-09 11:37:01 +02:00
Craig Osterhout 7e69e72bff
remove webhook callback (#20565)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-08 14:10:00 -07:00
David Karlsson e78b384632
Merge pull request #19765 from dvdksn/engine-managed-ifaces
engine: add troubleshooting for managed ifaces
2024-08-08 18:57:28 +02:00
CrazyMax bedf993eba
Merge pull request #20554 from dvdksn/gha-check-annotations
build: github actions check annotations
2024-08-08 17:10:28 +02:00
Allie Sadler f85391dbc4
ENGDOCS-2166 (#20550)
* ENGDOCS-2166

* Update content/desktop/release-notes.md

* Update content/desktop/release-notes.md
2024-08-08 09:58:52 +01:00
Allie Sadler 7291495bbd
ENGDOCS-2170 (#20551)
* ENGDOCS-2170

* Update content/desktop/hardened-desktop/enhanced-container-isolation/_index.md

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

---------

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-08 08:42:09 +01:00
Vedant Naik b317122b15
Update writing-a-dockerfile.md 2024-08-07 16:42:34 +01:00
Allie Sadler 271baf43e9
4.33-addition (#20556) 2024-08-07 12:58:45 +01:00
David Karlsson 3183586926 build: github actions check annotations
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-07 10:31:11 +02:00
Andreas Heck a0db066646
Add note that Windows containers are not supported (#20548)
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-08-07 08:55:37 +01:00
Craig Osterhout 4b96e64da3
admin: clarify enforcing sign-in (#20542)
* clarify registry.json

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* feedback

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* fix vale nag

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-07 08:14:51 +01:00
David Karlsson 887083aca2
Merge pull request #20471 from olu-folarin/patch-1
Update writing-a-dockerfile.md
2024-08-06 10:55:08 +02:00
olu-fola 2b3ee39476 Update writing-a-dockerfile.md
This is to point out, clearly, that the image is not secure as it is currently configured.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-06 10:54:11 +02:00
David Karlsson 1f626a74c3
Merge pull request #20544 from dvdksn/build-debug-wrongindex
build: fix index of --debug flag
2024-08-06 10:04:18 +02:00
David Karlsson 25068883d1
Merge pull request #20534 from dvdksn/cli-logs-alias
cli: add alias for docker logs
2024-08-06 10:04:05 +02:00
David Karlsson 0d5f756d3f
Merge pull request #20537 from dvdksn/scout-policy-names
Docker Scout: update policy names
2024-08-06 10:03:50 +02:00
Cesar Talledo 133f7aa54b
Improvements to Enhanced Container Isolation (ECI) limitations section .. (#20541)
* eci: mention KinD alternative.

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

* eci: indicate it's not supported with Windows native containers.

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

* eci: a few typo fixes in the ECI limitations section.

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

---------

Signed-off-by: Cesar Talledo <cesar.talledo@docker.com>
2024-08-06 08:44:05 +01:00
David Karlsson 8b56893cff build: fix index of --debug flag
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-06 09:34:40 +02:00
felipecruz91 422257e906 add release notes for docker scout v1.13.0
Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-06 09:17:49 +02:00
Gavin Masterson 073e48b537
docs: Fix typo in service name
The container is named `shimy-service` instead of `shiny-service`
2024-08-05 16:44:10 +02:00
David Karlsson 1937e8e3c3 scout: update policy names
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 15:39:47 +02:00
David Karlsson 3fbb70eaef scout: remove duplicate section for quality gates passed policy
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 15:04:21 +02:00
David Karlsson 896fec4636
Merge pull request #20535 from dvdksn/scout-hs-unapproved-baseimage-config
scout: base image policy config for health scores
2024-08-05 14:44:17 +02:00
David Karlsson e1b4abdb7e
Merge pull request #20533 from dvdksn/scout-exception-rn-datefix
scout: fix placeholder date in release note for exceptions
2024-08-05 10:38:03 +02:00
David Karlsson 7a2b32fb00 engine: add troubleshooting for managed ifaces
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 10:37:18 +02:00
David Karlsson e135e5f11e
Merge pull request #20510 from maxmynter/underscore-labels
Add Underscores (`_`) and slashes (`/`) to valid label content
2024-08-05 09:59:09 +02:00
Rodolfo Stremel 5240dedee8
Update use-secrets.md (#20526) 2024-08-05 08:56:47 +01:00
David Karlsson fd8426ff22 scout: base image policy config for health scores
The Unapproved base images policy enables the optional configurations by
default when used in health score evaluation.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 09:38:04 +02:00
Harshil Jani 4de6c276ab
Update Docker CLI container guide (#20528)
* Update Docker CLI container guide

Signed-off-by: Harshil Jani <harshil.akshaybhai@aowealth.in>

* Update content/guides/docker-concepts/the-basics/what-is-a-container.md

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

---------

Signed-off-by: Harshil Jani <harshil.akshaybhai@aowealth.in>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 09:29:21 +02:00
David Karlsson 2f04fcfd8b cli: add alias for docker logs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 09:11:27 +02:00
David Karlsson f28cfceebc scout: fix placeholder date in release note for exceptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-05 09:09:39 +02:00
JayChen 5db1fbf1e2
Update install.md
Fixed a typo in .docker/config.json: cliPluginExtraDirs
2024-08-02 00:53:46 +08:00
Felipe Cruz Martinez 7372a7216f
add release notes for docker scout v1.12.0 (#20507)
* Update description of SSC attestations

* add release notes for docker scout v1.12.0

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>

* Update content/scout/policy/_index.md

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

* Fix indentation and capital case

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>

---------

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-01 17:46:13 +02:00
Craig Osterhout 1fb2f189cb
Merge pull request #20513 from craig-osterhout/issue-19787
fix typo in r guide
2024-08-01 08:27:34 -07:00
Craig Osterhout c1ad03ed0f
fix typo in r guide
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-07-31 15:37:52 -07:00
Gerardo Lopez 5a5ee25bb5
Add Ruby on rails example for ruby docs (#20412)
* Update ruby folder

* Add deploy file

* Update deploy

* Update database

* Update files from codereview

* Update develop md

* Add whales

* Add env file

* Apply changes

* Apply feedback from craig

* Delete mr64

* apply feedback
2024-07-31 08:08:59 -07:00
Max Mynter bc34457f14 Add Slashes to allowed characters in documentation 2024-07-31 16:01:40 +02:00
Max Mynter 5726401708 Add Underscores (`_`) to valid label content
as docker can work with them.
2024-07-31 14:11:57 +02:00
Lorena Rangel 813bbd2651 fix: update correct compose link
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-31 11:16:00 +02:00
Usha Mandya ec449e45e4
Merge pull request #20499 from lorenrh/4.33.1-releasenotes
4.33.1 release notes
2024-07-31 10:05:24 +01:00
Usha Mandya bb8ed6fc97
Update content/desktop/release-notes.md 2024-07-31 09:59:36 +01:00
Lorena Rangel 6d786fdd1e add release notes for 4.33.1
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-31 09:55:36 +02:00
Akihiro Suda 490851dffd
rootless: fuse-overlayfs is not needed since Linux kernel 5.11
The plain `overlay2` driver can be safely used on later versions of the
kernel.

459c7c565a

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2024-07-31 04:07:59 +09:00
Usha Mandya d1bcf42ba7
Merge pull request #20474 from aevesdocker/ENGDOCS-2162
ENGDOCS-2162
2024-07-30 16:21:10 +01:00
Lorena Rangel 4c7f300ace add advisory missing in 4.33.0
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-30 16:40:13 +02:00
Allie Sadler 8c5e925a99
plist-fix (#20498) 2024-07-30 15:04:14 +01:00
CrazyMax 9448b210f4
release notes for Builds view in DD 4.33 (#20491)
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-07-29 14:31:40 +01:00
Laura Brehm 98144f463a
build-cloud: replace `Hyrdobuild` with `Build Cloud`
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
2024-07-27 00:06:49 +01:00
Lorena Rangel 63c1b15a37
add wsl known issue (#20488)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-26 13:09:32 +01:00
Allie Sadler 6abe8e647d
ENGDOCS-2078 (#19927)
* ENGDOCS-2078

* edits

* edits

* SME review edits

* Apply suggestions from code review

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

* Update content/compose/bridge/_index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2024-07-26 10:39:10 +01:00
Sebastiaan van Stijn 6660884722
Merge pull request #20485 from thaJeztah/buildkit_getting_started
build/buildkit: fix image name
2024-07-26 10:50:27 +02:00
Lorena Rangel 6075259126
fix build number (#20483)
* fix build number

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

* Update content/desktop/release-notes.md

---------

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-07-26 09:32:17 +01:00
Allie Sadler d45d9fd6b0
Update content/build-cloud/usage.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2024-07-26 09:31:23 +01:00
Sebastiaan van Stijn 43c7ad2aed
build/buildkit: fix image name
The title suggested a "hello-world" image, but we were building a
"hello-buildkit" image, but then trying to run "hello-world".

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-26 10:08:30 +02:00
Ricardo Fernández 669e06355e
Fix typo in command in databases.md (#20480)
* Fix typo in command in databases.md

* Fix typo the other way around to comply with the rest of the document
2024-07-26 08:14:29 +02:00
CrazyMax e2549f6b5a
buildx 0.16.2 release notes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2024-07-25 18:27:45 +02:00
Allie Sadler 0976f591f4
ENGDOCS-2160 (#20454)
* ENGDOCS-2160

* ENGDOCS-2160
2024-07-25 16:33:48 +01:00
Felipe Cruz Martinez ae25eb4b08
add release notes for docker scout v1.11.0 (#20416)
* Update description of SSC attestations

* add release notes for docker scout v1.11.0

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>

* Fix version in header

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>

* Revert --provenance=mode=max change

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>

---------

Signed-off-by: felipecruz91 <felipecruz91@hotmail.es>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-07-25 16:29:41 +01:00
karman 9b914a9170
add PROXYENABLEKERBEROSNTLM to msi installer (#20452) 2024-07-25 16:05:11 +01:00
Andreas Heck f5d707730d
Update docs for host net IPv6 support (#20473) 2024-07-25 16:04:45 +01:00
Craig Osterhout 6796600e3c
remove beta label from debug (#20463)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-07-25 16:04:30 +01:00
Lorena Rangel af5686abc2
docs: update Docker Desktop 4.33.0 release notes (#20455)
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2024-07-25 16:04:21 +01:00
aevesdocker ed16492c49 ENGDOCS-2162 2024-07-25 12:41:52 +01:00
Esteban Maya f092419ca0
Add FastAPI example for python docs (#20396)
* Add python docker example based on fastapi app

* Add gitignore example in python docs

* ✏️ Fix port mapping in docker init section

* ♻️ Edit refactor to map container ports from 5000-5001 to 8000-8001

* ✏️ Fix some grammatical structures

* 📝 Add some notes about kubernetes stuff
2024-07-24 17:04:36 -07:00
Allie Sadler 6488f1465e
ENGDOCS-2159 (#20453)
* ENGDOCS-2159

* changes to release

* changes to release
2024-07-24 16:14:17 +01:00
Allie Sadler a44b47524c
ENGDOCS-2161 (#20459)
* ENGDOCS-2161

* edit
2024-07-24 16:13:47 +01:00
Sebastiaan van Stijn 0a3dfd2fd1
engine, desktop: remove Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024) (#20469)
* engine/install: remove Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024)

Ubuntu 23.10 reached EOL on July 11, 2024: https://fridge.ubuntu.com/2024/07/17/ubuntu-23-10-mantic-minotaur-reached-end-of-life-on-july-11-2024/

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* desktop: remove Ubuntu 23.10 (Mantic Minotaur) (EOL: July 11, 2024)

Ubuntu 23.10 reached EOL on July 11, 2024: https://fridge.ubuntu.com/2024/07/17/ubuntu-23-10-mantic-minotaur-reached-end-of-life-on-july-11-2024/

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

---------

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-24 08:43:21 +01:00
Shaun Thompson 7fd2626862
add release notes for buildx v0.16.1
Signed-off-by: Shaun Thompson <shaun.thompson@docker.com>
2024-07-23 21:28:35 -04:00
Nicolas De Loof 5034c55d84
Bump compose v2.29.1
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2024-07-24 00:28:31 +02:00