mirror of https://github.com/docker/docs.git
chore: remove repetitive words
Signed-off-by: racequite <quiterace@gmail.com>
This commit is contained in:
parent
91752dd94c
commit
e0b31619db
|
@ -2388,7 +2388,7 @@ naming scheme accordingly before upgrading.
|
|||
- The `pid` option in a service's definition now supports a `service:<name>`
|
||||
value.
|
||||
|
||||
- Added support for the `storage_opt` parameter in in service definitions.
|
||||
- Added support for the `storage_opt` parameter in service definitions.
|
||||
This option is not available for the v3 format
|
||||
|
||||
#### All formats
|
||||
|
|
|
@ -105,7 +105,7 @@ This page contains release notes for Docker Desktop for Mac 3.x.
|
|||
### Bug fixes and minor changes
|
||||
|
||||
- **Volume Management**
|
||||
- Users can now remove a file or directory inside a volume using the the Docker Dashboard.
|
||||
- Users can now remove a file or directory inside a volume using the Docker Dashboard.
|
||||
- The **Volumes** view in Docker Dashboard displays the last modified time and the size of the contents inside a volume.
|
||||
- Users can save the files and directories inside a volume from Docker Dashboard.
|
||||
- Fixed a bug that caused Docker to fail to start because `/usr/bin` was not present on the `PATH`. Fixes [docker/for-mac#5770](https://github.com/docker/for-mac/issues/5770)
|
||||
|
|
|
@ -113,7 +113,7 @@ This page contains release notes for Docker Desktop for Windows 3.x.
|
|||
### Bug fixes and minor changes
|
||||
|
||||
- **Volume Management**
|
||||
- Users can now remove a file or directory inside a volume using the the Docker Dashboard.
|
||||
- Users can now remove a file or directory inside a volume using the Docker Dashboard.
|
||||
- The **Volumes** view in Docker Dashboard displays the last modified time and the size of the contents inside a volume.
|
||||
- Users can save the files and directories inside a volume from Docker Dashboard.
|
||||
- Fixed an issue that caused credStore timeout errors when running the `docker login` command. Fixes [docker/for-win#11472](https://github.com/docker/for-win/issues/11472)
|
||||
|
|
|
@ -115,7 +115,7 @@ fixes and enhancements.
|
|||
- Update Docker Compose to [v2.12.2](https://github.com/docker/compose/releases/tag/v2.12.2).
|
||||
- Update Docker Scan to [v0.21.0](https://github.com/docker/scan-cli-plugin/releases/tag/v0.21.0).
|
||||
- Update containerd (`containerd.io` package) to [v1.6.9](https://github.com/containerd/containerd/releases/tag/v1.6.9).
|
||||
- Update bundled BuildKit version to to fix `output clipped, log limit 1MiB reached` errors [moby/moby#44339](https://github.com/moby/moby/pull/44339).
|
||||
- Update bundled BuildKit version to fix `output clipped, log limit 1MiB reached` errors [moby/moby#44339](https://github.com/moby/moby/pull/44339).
|
||||
|
||||
### Bug fixes and enhancements
|
||||
- Remove experimental gate for `--platform` in bash completion [docker/cli#3824](https://github.com/docker/cli/pull/3824).
|
||||
|
|
|
@ -86,7 +86,7 @@ Docker Desktop for Windows: |
|
|||
Docker Desktop for Windows uses WSL 2 or Hyper-V for
|
||||
virtualization. Docker Desktop for Windows is the best solution if you want to build, debug, test, package, and ship Dockerized applications from Windows machines.
|
||||
Docker Desktop for Linux: |
|
||||
Docker Desktop for Linux is an an easy-to-install, lightweight Docker development environment designed specifically for Linux machines. It's the best solution if you want to build, debug, test, package, and ship Dockerized applications on a Linux machine.
|
||||
Docker Desktop for Linux is an easy-to-install, lightweight Docker development environment designed specifically for Linux machines. It's the best solution if you want to build, debug, test, package, and ship Dockerized applications on a Linux machine.
|
||||
Docker Hub: |
|
||||
[Docker Hub](https://hub.docker.com/) is a centralized resource for working with Docker and its components. It provides the following services:
|
||||
|
||||
|
|
Loading…
Reference in New Issue