Docker
詳細情報
タイトル | Docker |
---|---|
URL | https://www.docker.com/ |
バージョン | ver 23.0.15 |
更新日 | 2024/10/08 |
追加日 | 2016/02/05 |
種別 | フリーソフト |
説明 | オープンソースのコンテナー管理ソフトウェア。 |
レビュー
スクリーンショット
更新グラフ
バージョン履歴
23.0.15
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
- moby/moby, 23.0.15 milestone
27.3.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.3.1 milestone
- moby/moby, 27.3.1 milestone
Bug fixes and enhancements
- CLI: Fix issue with command execution metrics not being exported due to the CLI MeterProvider being shutdown too early. docker/cli#5457
Packaging updates
- Update
Compose
to v2.29.7
27.3.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.3.0 milestone
- moby/moby, 27.3.0 milestone
Bug fixes and enhancements
- containerd image store: Fix
docker image prune -a
untagging images used by containers started from images referenced by a digested reference. moby/moby#48488 - Add a
--feature
flag to the daemon options. moby/moby#48487 - Updated the handling of the
--gpus=0
flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483
(docker/cli#5432) - Support WSL2 mirrored-mode networking's use of interface
loopback0
for packets from th
27.3.0-rc.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.3.0 milestone
- moby/moby, 27.3.0 milestone
Bug fixes and enhancements
- containerd image store: Fix
docker image prune -a
untagging images used by containers started from images referenced by a digested reference. moby/moby#48488 - Add a
--feature
flag to the daemon options. moby/moby#48487 - Updated the handling of the
--gpus=0
flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483
(docker/cli
27.3.0-rc.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.3.0 milestone
- moby/moby, 27.3.0 milestone
Bug fixes and enhancements
- containerd image store: Fix
docker image prune -a
untagging images used by containers started from images referenced by a digested reference. moby/moby#48488 - Add a
--feature
flag to the daemon options. moby/moby#48487 - Updated the handling of the
--gpus=0
flag to be consistent with the NVIDIA Container Runtime. moby/moby#48483 - CLI: Fix is
27.2.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.2.1 milestone
- moby/moby, 27.2.1 milestone
Bug fixes and enhancements
- containerd image store: Fix non-container images being hidden in the
docker image ls
output. moby/moby#48402 - containerd image store: Improve
docker pull
error message when the image platform doesn't match. moby/moby#48415 - CLI: Fix issue causing
docker login
to not remove repository names from passed in registry addresses, resulting in credentials being stored under the wrong key. docker/cli#5385 - CLI: Fix issue that will sometimes cause the browser-login flo
27.2.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.2.0 milestone
- moby/moby, 27.2.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
New
- CLI: Add support for device-code flow login when authenticating to the official registry. docker/cli#5349
- containerd image store:
docker image ls
now supports--tree
flag that shows a multiplatform-aware image list. This is experimental and may change at any time without any backwards compatibility. docker/cli#5353
API
-
GE
23.0.14
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
- moby/moby, 23.0.14 milestone
There is no corresponding docker/cli v23.0.14 release as no changes have been made since v23.0.10.
27.2.0-rc.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.2.0 milestone
- moby/moby, 27.2.0 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
New
- CLI: Add support for device-code flow login when authenticating to the official registry. docker/cli#5349
- containerd image store:
docker image ls
now supports--tree
flag that shows a multiplatform-aware image list. This is experimental and may change at any time wi
27.1.2
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.1.2 milestone
- moby/moby, 27.1.2 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- Fix a regression that could result in a
ResourceExhausted desc = grpc: received message larger than max
error when building from a large Dockerfile. moby/moby#48245 - CLI: Fix
docker attach
printing a spuriouscontext cancelled
error message. docker/cli#5296 - CLI: Fix
docker attach
exiting onSIGINT
instea
25.0.6
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 25.0.6 milestone
- moby/moby, 25.0.6 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Security
This release contains a fix for CVE-2024-41110 / GHSA-v23v-6jw2-98fq that impacted setups using authorization plugins (AuthZ) for access control.
Bug fixes and enhancements
- [25.0] remove erroneous
platform
from imageconfig
OCI descriptor indocker save
output. moby/moby#47695 - [25.0 backport] Fix a n