Docker
詳細情報
タイトル | Docker |
---|---|
URL | https://www.docker.com/ |
バージョン | ver 27.4.0-rc.2 |
更新日 | 2024/11/20 |
追加日 | 2016/02/05 |
種別 | フリーソフト |
説明 | オープンソースのコンテナー管理ソフトウェア。 |
レビュー
スクリーンショット
更新グラフ
バージョン履歴
27.4.0-rc.2
This is a pre-release of the upcoming 27.4.0 release.
Pre-releases are intended for testing new releases: only install in a test environment!
curl -fsSL https://get.docker.com -o get-docker.sh sudo CHANNEL=test sh get-docker.sh
Known issues:
- There is no changelog yet; an overview of pull requests included in this release can be found on GitHub:
- docker cli: all pull requests for 27.4.0 / all "changelog" pull requests for 27.4.0
- docker engine: all pull requests for 27.4.0 / all "changelog" pull requests for 27.4.0
- There are no packages available
27.4.0-rc.1
This is a pre-release of the upcoming 27.4.0 release.
Pre-releases are intended for testing new releases: only install in a test environment!
curl -fsSL https://get.docker.com -o get-docker.sh sudo CHANNEL=test sh get-docker.sh
Known issues:
- There is no changelog yet; an overview of pull requests included in this release can be found on GitHub:
- docker cli: all pull requests for 27.4.0 / all "changelog" pull requests for 27.4.0
- docker engine: all pull requests for 27.4.0 / all "changelog" pull requests for 27.4.0
- There are no packages available
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