Docker
詳細情報
タイトル | Docker |
---|---|
URL | https://www.docker.com/ |
バージョン | ver 27.4.1 |
更新日 | 2024/12/18 |
追加日 | 2016/02/05 |
種別 | フリーソフト |
説明 | オープンソースのコンテナー管理ソフトウェア。 |
レビュー
スクリーンショット
更新グラフ
バージョン履歴
27.4.1
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.4.1 milestone
- moby/moby, 27.4.1 milestone
Bug fixes and enhancements
- Fix excessive memory allocations when OTel is not configured. moby/moby#49079
- The
docker info
command and the correspondingGET /info
API endpoint no longer include warnings whenbridge-nf-call-iptables
orbridge-nf-call-ip6tables
are disabled at the daemon is started. Thebr_netfilter
kernel module is now attempted to be loaded when needed, which made those warnings inaccurate. moby/moby#49090 - Attempt to load kernel modules, including
ip6_tables
27.4.0
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
- docker/cli, 27.4.0 milestone
- moby/moby, 27.4.0 milestone
API
-
GET /images/json
with themanifests
option enabled now preserves the original order in which manifests appeared in the manifest-index. moby/moby#48712
Bug fixes and enhancements
- When reading logs with the
jsonfile
orlocal
log drivers, any errors while trying to read or parse underlying log files will cause the rest of the file to be skipped and move to the next log file (if one exists) rather than returning an error to the client and closing the stream. The errors are viewabl
25.0.7
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestone:
- moby/moby, 25.0.7 milestone
- Deprecated and removed features, see Deprecated Features.
- Changes to the Engine API, see API version history.
Bug fixes and enhancements
- [25.0 backport] api: adjust health start interval on swarm update by @austinvazquez in #48253
- [25.0 backport] Move dockerd man page back from docker/cli by @corhere in #48379
- [25.0 backport] seccomp: add riscv64 mapping to seccomp_linux.go by @gdams in #48465
- [25.0 backport] Explicitly disable nvidia device injection for --gpus=0 by @austinvazquez
27.4.0-rc.4
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.3
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.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