site: remove "reading time" indicator

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-01-15 17:27:42 +01:00
parent 513c588368
commit 28e564187c
53 changed files with 47 additions and 106 deletions

View File

@ -28,7 +28,6 @@ following keys are supported. The title, description, and keywords are required.
| notoc | no | Either `true` or `false`. If `true`, no in-page TOC is generated for the HTML output of this page. Defaults to `false`. Appropriate for some landing pages that have no in-page headings. |
| toc_min | no | Ignored if `notoc` is set to `true`. The minimum heading level included in the in-page TOC. Defaults to `2`, to show `<h2>` headings as the minimum. |
| toc_max | no | Ignored if `notoc` is set to `false`. The maximum heading level included in the in-page TOC. Defaults to `3`, to show `<h3>` headings. Set to the same as `toc_min` to only show `toc_min` level of headings. |
| skip_read_time | no | Set to `true` to disable the 'Estimated reading time' banner for this page. |
| skip_feedback | no | Set to `true` to disable the Feedback widget for this page. |
| sitemap | no | Exclude the page from indexing by search engines. When set to `false`, the page is excluded from `sitemap.xml`, and a `<meta name="robots" content="noindex"/>` header is added to the page. |
@ -61,4 +60,4 @@ The body of the page (with the exception of keywords) starts after the front mat
### Text length
Splitting long lines (preferably up to 80 characters) can make it easier to provide feedback on small chunks of text.
Splitting long lines (preferably up to 80 characters) can make it easier to provide feedback on small chunks of text.

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Extensions API Reference
@ -36,4 +35,4 @@ skip_read_time: true
- [HttpService](interfaces/HttpService.md)
- [RequestConfig](interfaces/RequestConfig.md)
- [ServiceError](interfaces/ServiceError.md)
- [DockerDesktopClient](interfaces/DockerDesktopClient.md)
- [DockerDesktopClient](interfaces/DockerDesktopClient.md)

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: BackendV0
@ -315,4 +314,4 @@ window.ddClient.spawnInVMExtension(
#### Returns
`void`
`void`

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: DesktopUI
@ -26,4 +25,4 @@ ___
### navigate
`Readonly` **navigate**: [`NavigationIntents`](NavigationIntents.md)
`Readonly` **navigate**: [`NavigationIntents`](NavigationIntents.md)

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: Dialog
@ -32,4 +31,4 @@ ddClient.desktopUI.dialog.showOpenDialog({properties: ['openFile']});
#### Returns
`Promise`<[`OpenDialogResult`](OpenDialogResult.md)\>
`Promise`<[`OpenDialogResult`](OpenDialogResult.md)\>

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: Docker

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: DockerCommand
@ -14,4 +13,4 @@ skip_read_time: true
### exec
**exec**: [`Exec`](Exec.md)
**exec**: [`Exec`](Exec.md)

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: DockerDesktopClient
@ -718,4 +717,4 @@ window.ddClient.toastError("message");
#### Inherited from
DockerDesktopClientV0.toastError
DockerDesktopClientV0.toastError

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: Exec
@ -56,4 +55,4 @@ Specify the `stream` if the output of your command is too long or if you need to
[`ExecProcess`](ExecProcess.md)
The spawned process.
The spawned process.

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExecOptions
@ -26,4 +25,4 @@ ___
### env
`Optional` **env**: `ProcessEnv`
`Optional` **env**: `ProcessEnv`

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExecProcess
@ -20,4 +19,4 @@ Close the process started by exec(streamingOptions)
#### Returns
`void`
`void`

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExecResult
@ -116,4 +115,4 @@ ___
#### Inherited from
[RawExecResult](RawExecResult.md).[stderr](RawExecResult.md#stderr)
[RawExecResult](RawExecResult.md).[stderr](RawExecResult.md#stderr)

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExecResultV0
@ -82,4 +81,4 @@ Parse a well-formed JSON output.
`any`
The JSON object.
The JSON object.

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExecStreamOptions
@ -89,4 +88,4 @@ ___
`Optional` `Readonly` **splitOutputLines**: `boolean`
Specifies the behaviour invoking `onOutput(data)`. Raw output by default, splitting output at any position. If set to true, `onOutput` will be invoked once for each line.
Specifies the behaviour invoking `onOutput(data)`. Raw output by default, splitting output at any position. If set to true, `onOutput` will be invoked once for each line.

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: Extension
@ -30,4 +29,4 @@ ___
**`Since`**
0.3.3
0.3.3

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExtensionCli
@ -14,4 +13,4 @@ skip_read_time: true
### exec
**exec**: [`Exec`](Exec.md)
**exec**: [`Exec`](Exec.md)

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExtensionHost
@ -52,4 +51,4 @@ await ddClient.extension.host.cli.exec("kubectl", ["-h"], {
},
},
});
```
```

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ExtensionVM
@ -76,4 +75,4 @@ ___
### service
`Optional` `Readonly` **service**: [`HttpService`](HttpService.md)
`Optional` `Readonly` **service**: [`HttpService`](HttpService.md)

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: Host
@ -70,4 +69,4 @@ Returns the host name of the operating system. See https://nodejs.org/api/os.htm
**`Since`**
0.2.2
0.2.2

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: HttpService
@ -179,4 +178,4 @@ ddClient.extension.vm.service
#### Returns
`Promise`<`unknown`\>
`Promise`<`unknown`\>

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: NavigationIntents
@ -250,4 +249,4 @@ await ddClient.desktopUI.navigate.viewVolume(volume)
#### Returns
`Promise`<`void`\>
`Promise`<`void`\>

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: OpenDialogResult
@ -32,4 +31,4 @@ ___
`Optional` `Readonly` **bookmarks**: `string`[]
macOS only. An array matching the `filePaths` array of `base64` encoded strings which contains security scoped bookmark data. `securityScopedBookmarks` must be enabled for this to be populated.
macOS only. An array matching the `filePaths` array of `base64` encoded strings which contains security scoped bookmark data. `securityScopedBookmarks` must be enabled for this to be populated.

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: RawExecResult
@ -50,4 +49,4 @@ ___
### stderr
`Readonly` **stderr**: `string`
`Readonly` **stderr**: `string`

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: RequestConfig
@ -32,4 +31,4 @@ ___
### data
`Readonly` **data**: `any`
`Readonly` **data**: `any`

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: RequestConfigV0
@ -28,4 +27,4 @@ ___
### data
`Readonly` **data**: `any`
`Readonly` **data**: `any`

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: ServiceError
@ -29,4 +28,4 @@ ___
### statusCode
**statusCode**: `number`
**statusCode**: `number`

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: SpawnOptions
@ -40,4 +39,4 @@ ___
### stream
**stream**: [`ExecStreamOptions`](ExecStreamOptions.md)
**stream**: [`ExecStreamOptions`](ExecStreamOptions.md)

View File

@ -1,7 +1,6 @@
---
description: Docker extension API reference
keywords: Docker, extensions, sdk, API, reference
skip_read_time: true
---
# Interface: Toast
@ -78,4 +77,4 @@ ddClient.desktopUI.toast.error("message");
#### Returns
`void`
`void`

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.03 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.03.3-ce
@ -113,4 +112,4 @@ Upgrading from Docker 1.13.1 to 17.03.0 is expected to be simple and low-risk.
* Fix extraneous task creations for global services that led to confusing replica counts in `docker service ls` [docker/swarmkit#1957](https://github.com/docker/swarmkit/pull/1957)
* Fix problem that made rolling updates slow when `task-history-limit` was set to 1 [docker/swarmkit#1948](https://github.com/docker/swarmkit/pull/1948)
* Restart tasks elsewhere, if appropriate, when they are shut down as a result of nodes no longer satisfying constraints [docker/swarmkit#1958](https://github.com/docker/swarmkit/pull/1958)
* (experimental)
* (experimental)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.04 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.04.0-ce
@ -89,4 +88,4 @@ skip_read_time: true
### Windows
* Block pulling Windows images on non-Windows daemons [#29001](https://github.com/docker/docker/pull/29001)
* Block pulling Windows images on non-Windows daemons [#29001](https://github.com/docker/docker/pull/29001)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.05 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.05.0-ce
@ -90,4 +89,4 @@ skip_read_time: true
### Deprecation
- Deprecate `--api-enable-cors` daemon flag. This flag was marked deprecated in Docker 1.6.0 but not listed in deprecated features [#32352](https://github.com/docker/docker/pull/32352)
- Remove Ubuntu 12.04 (Precise Pangolin) as supported platform. Ubuntu 12.04 is EOL, and no longer receives updates [#32520](https://github.com/docker/docker/pull/32520)
- Remove Ubuntu 12.04 (Precise Pangolin) as supported platform. Ubuntu 12.04 is EOL, and no longer receives updates [#32520](https://github.com/docker/docker/pull/32520)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.06 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.06.2-ce
@ -180,4 +179,4 @@ skip_read_time: true
### Deprecation
* Disable legacy registry (v1) by default [#33629](https://github.com/moby/moby/pull/33629)
* Disable legacy registry (v1) by default [#33629](https://github.com/moby/moby/pull/33629)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.07 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.07.0-ce
@ -66,4 +65,4 @@ skip_read_time: true
* Make engine support cluster config event [moby/moby#34032](https://github.com/moby/moby/pull/34032)
* Only pass a join address when in the process of joining a cluster [moby/moby#33361](https://github.com/moby/moby/pull/33361)
* Fix error during service creation if a network with the same name exists both as "local" and "swarm" scoped network [docker/cli#184](https://github.com/docker/cli/pull/184)
* (experimental) Add support for plugins on swarm [moby/moby#33575](https://github.com/moby/moby/pull/33575)
* (experimental) Add support for plugins on swarm [moby/moby#33575](https://github.com/moby/moby/pull/33575)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.09 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.09.1-ce
@ -112,4 +111,4 @@ skip_read_time: true
### Deprecation
+ Remove deprecated `--enable-api-cors` daemon flag [moby/moby#34821](https://github.com/moby/moby/pull/34821)
+ Remove deprecated `--enable-api-cors` daemon flag [moby/moby#34821](https://github.com/moby/moby/pull/34821)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.10 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.10.0-ce
@ -53,4 +52,4 @@ use `--detach` to keep the old behaviour.
+ Add support for `.Node.Hostname` templating in swarm services [moby/moby#34686](https://github.com/moby/moby/pull/34686)
* Increase gRPC request timeout to 20 seconds for sending snapshots [docker/swarmkit#2391](https://github.com/docker/swarmkit/pull/2391)
- Do not filter nodes if logdriver is set to `none` [docker/swarmkit#2396](https://github.com/docker/swarmkit/pull/2396)
+ Adding ipam options to ipam driver requests [docker/swarmkit#2324](https://github.com/docker/swarmkit/pull/2324)
+ Adding ipam options to ipam driver requests [docker/swarmkit#2324](https://github.com/docker/swarmkit/pull/2324)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.11 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.11.0-ce
@ -76,4 +75,4 @@ running, un-managed, on the system.
### Packaging
+ Build packages for Debian 10 (Buster) [docker/docker-ce-packaging#50](https://github.com/docker/docker-ce-packaging/pull/50)
+ Build packages for Ubuntu 17.10 (Artful) [docker/docker-ce-packaging#55](https://github.com/docker/docker-ce-packaging/pull/55)
+ Build packages for Ubuntu 17.10 (Artful) [docker/docker-ce-packaging#55](https://github.com/docker/docker-ce-packaging/pull/55)

View File

@ -2,7 +2,6 @@
title: Docker Engine 17.12 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 17.12.1-ce
@ -152,4 +151,4 @@ skip_read_time: true
+ Add Packaging for Fedora 27 [docker/docker-ce-packaging#59](https://github.com/docker/docker-ce-packaging/pull/59)
* Change default versioning scheme to 0.0.0-dev unless specified for packaging [docker/docker-ce-packaging#67](https://github.com/docker/docker-ce-packaging/pull/67)
* Pass Version to engine static builds [docker/docker-ce-packaging#70](https://github.com/docker/docker-ce-packaging/pull/70)
+ Added support for aarch64 on Debian (stretch/jessie) and Ubuntu Zesty or newer [docker/docker-ce-packaging#35](https://github.com/docker/docker-ce-packaging/pull/35)
+ Added support for aarch64 on Debian (stretch/jessie) and Ubuntu Zesty or newer [docker/docker-ce-packaging#35](https://github.com/docker/docker-ce-packaging/pull/35)

View File

@ -2,7 +2,6 @@
title: Docker Engine 18.01 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 18.01.0-ce
@ -61,4 +60,4 @@ skip_read_time: true
### Swarm mode
- Fix published ports not being updated if a service has the same number of host-mode published ports with Published Port 0 [docker/swarmkit#2376](https://github.com/docker/swarmkit/pull/2376)
* Make the task termination order deterministic [docker/swarmkit#2265](https://github.com/docker/swarmkit/pull/2265)
* Make the task termination order deterministic [docker/swarmkit#2265](https://github.com/docker/swarmkit/pull/2265)

View File

@ -2,7 +2,6 @@
title: Docker Engine 18.02 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 18.02.0-ce
@ -69,4 +68,4 @@ skip_read_time: true
- Fix `DOCKER_RAMDISK` environment variable not being honoured [moby/moby#35957](https://github.com/moby/moby/pull/35957)
* Bump containerd to 1.0.1 (9b55aab90508bd389d7654c4baf173a981477d55) [moby/moby#35986](https://github.com/moby/moby/pull/35986)
* Update runc to fix hang during start and exec [moby/moby#36097](https://github.com/moby/moby/pull/36097)
- Fix "--node-generic-resource" singular/plural [moby/moby#36125](https://github.com/moby/moby/pull/36125)
- Fix "--node-generic-resource" singular/plural [moby/moby#36125](https://github.com/moby/moby/pull/36125)

View File

@ -2,7 +2,6 @@
title: Docker Engine 18.03 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 18.03.1-ce
@ -159,4 +158,4 @@ skip_read_time: true
* Add log message to indicate message send retry if streaming unimplemented [docker/swarmkit#2483](https://github.com/docker/swarmkit/pull/2483)
* Debug logs for session, node events on dispatcher, heartbeats [docker/swarmkit#2486](https://github.com/docker/swarmkit/pull/2486)
+ Add swarm types to bash completion event type filter [docker/cli#888](https://github.com/docker/cli/pull/888)
- Fix issue where network inspect does not show Created time for networks in swarm scope [moby/moby#36095](https://github.com/moby/moby/pull/36095)
- Fix issue where network inspect does not show Created time for networks in swarm scope [moby/moby#36095](https://github.com/moby/moby/pull/36095)

View File

@ -2,7 +2,6 @@
title: Docker Engine 18.04 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 18.04.0-ce
@ -85,4 +84,4 @@ skip_read_time: true
* Agent: backoff session when no remotes are available. [docker/swarmkit#2570](https://github.com/docker/swarmkit/pull/2570)
* [ca/manager] Remove root CA key encryption support entirely. [docker/swarmkit#2573](https://github.com/docker/swarmkit/pull/2573)
- Fix agent logging race. [docker/swarmkit#2578](https://github.com/docker/swarmkit/pull/2578)
* Adding logic to restore networks in order. [docker/swarmkit#2571](https://github.com/docker/swarmkit/pull/2571)
* Adding logic to restore networks in order. [docker/swarmkit#2571](https://github.com/docker/swarmkit/pull/2571)

View File

@ -2,7 +2,6 @@
title: Docker Engine 18.05 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 18.05.0-ce
@ -74,4 +73,4 @@ skip_read_time: true
* Agent reports FIPS status. [docker/swarmkit#2587](https://github.com/docker/swarmkit/pull/2587)
- Fix: timeMutex critical operation outside of critical section. [docker/swarmkit#2603](https://github.com/docker/swarmkit/pull/2603)
* Expose swarmkit's Raft tuning parameters in engine config. [moby/moby#36726](https://github.com/moby/moby/pull/36726)
* Make internal/test/daemon.Daemon swarm aware. [moby/moby#36826](https://github.com/moby/moby/pull/36826)
* Make internal/test/daemon.Daemon swarm aware. [moby/moby#36826](https://github.com/moby/moby/pull/36826)

View File

@ -2,7 +2,6 @@
title: Docker Engine 18.06 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 18.06.3-ce
@ -220,4 +219,4 @@ skip_read_time: true
- Fix broken swarm commands with Kubernetes defined as orchestrator. "--orchestrator" flag is no longer global but local to stack commands and subcommands [docker/cli#1137](https://github.com/docker/cli/pull/1137) [docker/cli#1139](https://github.com/docker/cli/pull/1139)
* Bump swarmkit to include task reaper fixes and more metrics. [docker/engine#13](https://github.com/docker/engine/pull/13)
- Avoid a leak when a service with unassigned tasks is deleted. [docker/engine#27](https://github.com/docker/engine/pull/27)
- Fix racy batching on the dispatcher. [docker/engine#27](https://github.com/docker/engine/pull/27)
- Fix racy batching on the dispatcher. [docker/engine#27](https://github.com/docker/engine/pull/27)

View File

@ -2,7 +2,6 @@
title: Docker Engine 18.09 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
> **Note:**
@ -382,4 +381,4 @@ For more information on the list of deprecated flags and APIs, have a look at th
### End of Life Notification
In this release, Docker has also removed support for TLS < 1.2 [moby/moby#37660](https://github.com/moby/moby/pull/37660),
Ubuntu 14.04 "Trusty Tahr" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254), and Debian 8 "Jessie" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254).
Ubuntu 14.04 "Trusty Tahr" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254), and Debian 8 "Jessie" [docker-ce-packaging#255](https://github.com/docker/docker-ce-packaging/pull/255) / [docker-ce-packaging#254](https://github.com/docker/docker-ce-packaging/pull/254).

View File

@ -2,7 +2,6 @@
title: Docker Engine 19.03 release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
## 19.03.15
@ -643,4 +642,4 @@ The missing rules are :
rules back. Run the script on a cron in regular intervals, for example, every <x> minutes.
- Affected versions: 18.09.1, 19.03.0
* [CVE-2018-15664](https://nvd.nist.gov/vuln/detail/CVE-2018-15664) symlink-exchange attack with directory traversal. Workaround until proper fix is available in upcoming patch release: `docker pause` container before doing file operations. [moby/moby#39252](https://github.com/moby/moby/pull/39252)
* `docker cp` regression due to CVE mitigation. An error is produced when the source of `docker cp` is set to `/`.
* `docker cp` regression due to CVE mitigation. An error is produced when the source of `docker cp` is set to `/`.

View File

@ -5,7 +5,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
This document describes the latest changes, additions, known issues, and fixes
@ -962,4 +961,4 @@ For an overview of all deprecated features, refer to the [Deprecated Engine Feat
- Add support for sending down service Running and Desired task counts [moby/moby#39231](https://github.com/moby/moby/pull/39231)
- service: support `--mount type=bind,bind-nonrecursive` [moby/moby#38788](https://github.com/moby/moby/pull/38788)
- Support ulimits on Swarm services. [moby/moby#41284](https://github.com/moby/moby/pull/41284) [docker/cli#2712](https://github.com/docker/cli/pull/2712)
- Fixed an issue where service logs could leak goroutines on the worker [moby/moby#40426](https://github.com/moby/moby/pull/40426)
- Fixed an issue where service logs could leak goroutines on the worker [moby/moby#40426](https://github.com/moby/moby/pull/40426)

View File

@ -5,7 +5,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
skip_read_time: true
---
> **Note**
@ -498,4 +497,4 @@ The 23.0 branch brings support for alternate containerd shims, such as `io.conta
When using the Kata Containers runtime, exiting an `exec` session stops the running container, and hangs the connected CLI if a TTY was opened. There is no mitigation at this time beyond avoiding execing into containers running on the Kata runtime.
The root cause of this issue is a long-standing bug in Moby. This will be resolved in a future release. Be advised that support for alternate OCI runtimes is a new feature and that similar issues may be discovered as more users start exercising this functionality.
The root cause of this issue is a long-standing bug in Moby. This will be resolved in a future release. Be advised that support for alternate OCI runtimes is a new feature and that similar issues may be discovered as more users start exercising this functionality.

View File

@ -5,7 +5,6 @@ description: Learn about the new features, bug fixes, and breaking changes for D
keywords: docker, docker engine, ce, whats new, release notes
toc_min: 1
toc_max: 2
skip_read_time: true
aliases:
- /engine/release-notes/
- /engine/release-notes/latest/

View File

@ -5,7 +5,6 @@ keywords: glossary, docker, terms, definitions
layout: glossary
notoc: true
skip_feedback: true
skip_read_time: true
aliases:
- /engine/reference/glossary/
- /reference/glossary/
@ -14,4 +13,4 @@ aliases:
<!--
To edit/add/remove glossary entries, visit the YAML file at:
https://github.com/docker/docs/blob/main/_data/glossary.yaml
-->
-->

View File

@ -3,7 +3,6 @@ title: Reference documentation
description: This section includes the reference documentation for the Docker platforms
various APIs, CLIs, and file formats.
notoc: true
skip_read_time: true
grid_files:
- title: Dockerfile
description: Defines the contents and startup behavior of a single container.

View File

@ -1,7 +1,5 @@
## sidebar/aside/toc strings:
readingTime:
other: "{{ . }} minute read"
editPage:
other: Edit this page
requestChanges:

View File

@ -1,6 +1,5 @@
<aside class="space-y-4 lg:hidden w-[300px]">
<div class="space-y-2">
{{ partial "reading-time.html" . }}
{{ partial "github-links.html" . }}
</div>
{{ partial "toc-default.html" . }}

View File

@ -1,6 +0,0 @@
{{ if and .ReadingTime (ne .Params.skip_read_time true) }}
<p class="flex items-center gap-2">
<span class="material-symbols-rounded">schedule</span>
<span>{{ T "readingTime" .ReadingTime }}</span>
</p>
{{ end }}