Commit Graph

222 Commits

Author SHA1 Message Date
minsungoh 9b91e719e9
remove unused asterisk 2024-08-21 14:53:46 +09:00
David Karlsson bb3d7ee1e4 chore: remove unused front matter params
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 16:49:24 +02:00
Allie Sadler abd030c3fe
ENGDOCS-2185 (#20655)
* ENGDOCS-2185

* fix

* silly mistake

* rename getting-started to introduction

* fix

* final fix

* formtatting

* review edits

* review edits

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

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 08:23:29 +01:00
Sebastiaan van Stijn 1758ad8772
Merge pull request #20571 from matty-at-rdc/patch-2
Update volumes.md
2024-08-19 13:33:12 +02:00
Allie Sadler 52b3d97da7
ENGDOCS-2184 (#20641)
* ENGDOCS-2184

* fix more links

* remove numbers from file names

* final link fix

* this is really the last fix
2024-08-19 11:45:34 +01:00
riserlarenss 666ad23301
Update key-concepts.md
исправил опечатку
2024-08-19 08:36:43 +03:00
Matthew Cale 405c04c189 Update volumes.md
Typo :)
2024-08-16 11:27:31 +02:00
David Karlsson cabff85f2e
Merge pull request #20608 from dvdksn/callouts-render-hook
hugo: use render hooks for blockquotes (callouts/alerts)
2024-08-16 10:45:03 +02:00
David Karlsson 556aa69437 chore: use restricted shortcode
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:51 +02:00
David Karlsson de909cde37 chore: use experimental shortcode
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:51 +02:00
David Karlsson e3aa78b72c chore: update alert syntax
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-16 10:29:49 +02:00
Moritz Sanft 4694e5556c docs: document journald image name field
The `IMAGE_NAME` field is exported to the `journald` logging driver, but wasn't documented previously.

Since this field is likely to be relevant to consumers, this adds documentation for it.
2024-08-16 09:51:36 +02: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
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 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
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
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
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
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
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
Sebastiaan van Stijn 4e1a9a9e4f
engine fix compose version in release notes
copy/paste whoopsie; copied this line, but forgot to update the version
and link.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-24 00:13:34 +02:00
Sebastiaan van Stijn f5fcddfee4
engine: update to v27.1.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-23 23:43:03 +02:00
Sebastiaan van Stijn 3ae582071e
engine: update to v27.1.0
- Add release notes
- Update examples in installation section
- Align some formatting between distros in the install section

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-23 20:42:33 +02:00
Albin Kerouanton 1368a2556d engine: fix typo: iptables6 -> ip6tables
Follow-up of 66b96d63, 's/iptables6/ip6tables/g'.

Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2024-07-23 07:48:51 +02:00
Phillip Ross cddc06db18
Update rhel.md to fix package names (rpms instead of debs)
Update rhel.md to fix package names (rpms instead of debs)
2024-07-12 20:37:10 -04:00
David Karlsson 36e8b935ae
Merge pull request #19618 from dvdksn/docker-engine-debian-iptables-nft
engine: add note about nftables incompatibility to install docs
2024-07-09 07:14:15 +02:00
David Karlsson 66b96d6337 engine: add note about nftables incompatibility to install docs
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-08 09:43:34 +02:00
David Karlsson 0470f8401f
Merge pull request #20039 from dvdksn/freshness-daemon-troubleshoot
engine: consolidate troubleshooting to single page
2024-07-03 05:51:46 +02:00
Sebastiaan van Stijn 57635d73b1
Merge pull request #20329 from dvdksn/centos-rhel-7-eol
engine: remove centos/rhel 7 (EOL)
2024-07-01 20:48:40 +02:00
Sebastiaan van Stijn acf7ac712e engine: add release notes for v27.0.3
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-01 12:03:40 +02:00
Sebastiaan van Stijn 28b04f6436
engine/install: update example versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-01 11:28:30 +02:00
Sebastiaan van Stijn 684b9aaef2
engine/api: add missing entry for v27.0, and update example
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-01 11:28:04 +02:00
David Karlsson f8229cbc9f engine: remove centos/rhel 7 (EOL)
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-07-01 09:19:19 +02:00
Saransh be1d7968cd
Update _index.md 2024-06-28 00:55:07 +05:30
Saransh 800de351cd
Fix deprecated types.ImagePullOptions usage 2024-06-28 00:31:43 +05:30
Paweł Gronowski 3975c8e584
engine: 27.0.2 release notes
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-06-26 20:39:21 +02:00
David Karlsson 75a4367cd9
vendor: github.com/moby/moby v27.0.1
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-06-25 12:35:47 +02:00
Paweł Gronowski 7b9d51a938
engine: 27.0
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
2024-06-25 12:35:46 +02:00
David Karlsson d031a58324
Merge pull request #19769 from dvdksn/glossary-base-image
glossary: update base image terminology
2024-06-25 10:20:45 +02:00