Commit Graph

63102 Commits

Author SHA1 Message Date
David Karlsson
baa30f485d Merge pull request #20606 from dvdksn/fix-running-containers-redirect
redirect: fix more engine redirects
2024-08-15 10:06:19 +02:00
David Karlsson
32834347d0 Merge pull request #20596 from dvdksn/scout-policy-consolidate
scout: update ootb policy to match health score rules
2024-08-15 10:06:08 +02:00
Allie Sadler
3b64bebf9f ENGDOCS-2180 (#20594)
* ENGDOCS-2180

* link fix

* final link fix

* remove old page

* remove old page links
2024-08-15 08:59:37 +01:00
David Karlsson
764c62a421 redirect: update alias redirects for storagedrivers
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-15 08:13:49 +02:00
Craig Osterhout
d444610c66 move docker-id topic (#20614)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-14 14:29:06 -07:00
David Karlsson
5b97008dcd redirect: fix redirect key/value order for running containers page
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 17:13:11 +02:00
Allie Sadler
99db35c5ad Engdocs 2177 (#20583)
* ENGDOCS-2177

* ENGDOCS-2177

* remove old images and other minor edits

* edits
2024-08-14 13:21:01 +01:00
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
17b898be94 Merge pull request #20600 from dvdksn/engine-restruct-followups
redirects: add missing engine redirects after refactor
2024-08-14 09:38:53 +02:00
David Karlsson
f645a3831e redirect: remove external redirects for nonexistent samples
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:32:04 +02:00
David Karlsson
c99bc3d710 redirect: prune old, duplicate redirects for /desktop
the /desktop/ path was redirected to from very old
docker-machine/toolbox paths, and had duplicate redirects set in front
matter alias and the redirects.yml file.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:31:59 +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
1f3597eb35 hugo: remove unused redirect_from param from redirects tpl
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-14 09:15:46 +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
ee6ebcb37a deps: bump markdownlint-cli2 to v0.13.0 (markdownlint 0.34.0)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:28:08 +02:00
David Karlsson
3ba8f08c16 deps: bump hugo to version 0.132.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:28:08 +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
83adeefaec ci: add check for duplicate target paths / aliases
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson
886a27ae8d hugo: cache more partials
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson
8ae71a65d2 hugo: dont print warning for introduced sc threshold
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson
1c3f34240b hugo: remove unused shortcodes
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
David Karlsson
61cdf6f1cc ci: add dockerfile check
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-13 08:27:54 +02:00
Craig Osterhout
79ff211be8 update contributing.md (#20587)
* update contributing to add fork

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2024-08-12 13:16:22 -07: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
07f219087b Merge pull request #20578 from dvdksn/bake-shared-session-local-ctx
bake: shared session for local context
2024-08-12 16:33:11 +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
Sebastiaan van Stijn
f53fb56d5f Merge pull request #20577 from dvdksn/volume-subpath-mounts
engine: volume subpath mount
2024-08-12 13:35:54 +02:00
David Karlsson
dcd1ba4a33 bake: shared session for local context
With the latest Buildx, BuildKit, and Dockerfile, bake can detect when
multiple targets use the same local context, and deduplicate context
transfer.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-12 13:27:15 +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