DevOps R&D performance
Media Matrix
Open source China APP
Authorization Agreement Apache
development language Google Go View source code »
operating system Linux
Software type Open source software
Open source organizations Docker
region Unknown
deliverer sweet potato
intended for unknown
Recording time 2013-07-19

Software Introduction

Docker is an open source application container engine, allowing developers to package their applications and dependency packages into a portable container, and then publish them to any popular Linux machine, which can also realize virtualization.

Containers completely use sandbox mechanism, and there is no interface between them (similar to iPhone app). With almost no performance overhead, it is easy to run in the machine and data center. Most importantly, they do not rely on any language, framework or packaging system.

Expand to read the full text

code

Gitee index of is
exceed Items for

comment

Click to join the discussion 🔥 (46) Post and join the discussion 🔥
Published information
07/10 10:49

Docker 28.3.2 release

Docker 28.3.2 has been released. The specific update is as follows: bug fixes and enhancements fix the problem that the use api socket fails to work properly for remote daemons. Docker/cli # 6157 fixes the stray "otel error" log printed when debugging log is enabled. Docker/cli # 6160 When connecting to remote daemons via SSH connection, reference SSH parameters to avoid accidental expansion. Docker/cli # 6147 Warnings are issued when DOCKER_AUTH_CONFIG is set during docker login and docker logout. Docker/cli # 6163 Packaging updates ..

zero
zero
Published information
07/03 14:02

Docker 28.3.1 Release

Docker 28.3.1 has been released. The specific update is as follows: bug fixes and enhancements fix the problem that the use api socket fails to work properly for remote daemons. Docker/cli # 6157 fixes the problem that when debugging logs are enabled, "otel error" logs will be printed. Docker/cli # 6160 When connecting to remote daemons via SSH connection, reference SSH parameters to avoid accidental expansion. Docker/cli # 6147 Packaging updates Update BuildKit to v0.23.2. Moby/moby # 50309 Update Compose to v2.38.1. docker/docker-ce-...

zero
one
Published information
06/19 13:54

Docker 25.0.11 released

Docker 25.0.11 has been released, and the specific updates are as follows: Networking [25.0] Backport network fixes # 50005 Known Issues Some Swarm services cannot be found through DNS # 50129 For a complete list of pull requests and changes in this version, see the relevant GitHub milestone: moby, 25.0.11 milestone changes to the Engine API, see the API Version history. Update description: https://github.com/moby/moby/releases/tag/v25.0.11...

zero
zero
Published information
06/18 16:47

Docker Desktop 4.42 released, integrated with MCP toolkit

Docker Desktop 4.42 has been released, with new native support for IPv6 networks, intelligent DNS resolution, integration of Docker MCP Toolkit, and enhancement of AI related functions. In terms of network functions, Docker Desktop 4.42 introduces native IPv6 network support to meet diversified enterprise network requirements. Developers can flexibly choose IPv4/IPv6 dual stack (default), IPv4 dedicated or IPv6 dedicated modes. The new version also adds an intelligent DNS resolution function, which can detect the host's network stack and filter unsupported DNS record types, effectively reducing the connection problem under IPv4 or IPv6 restricted environments ..

zero
one
Published information
05/07 14:20

Docker Desktop goes on sale in Microsoft Store

Docker announced that Docker Desktop has been launched in the Microsoft Store, saying that this new distribution channel not only enhances the installation and update experience of individual developers, but also significantly simplifies the management of enterprise IT teams. In the announcement blog, the Docker team emphasized that Windows is the most widely used platform among Docker Desktop users, and the automatic update function of Microsoft Store will ensure that Docker Desktop is regularly updated to directly address compliance and security issues, while minimizing downtime. Docker Desktop application on Microsoft Store will be managed by IT ..

zero
zero
Published information
04/21 10:00

Docker 28.1.1 Release

Docker 28.1.1 has been released. The specific update is as follows: bug fixes and enhancements fix the problem of dockerd-rootless-setuptool.sh error report missing iptables. Moby/moby # 49833 containerd image storage: fix the potential daemon crash problem when using docker load to contain zero size tar headers for archiving. Moby/mobile # 49837 Packaging updates Update Buildx to v0.23.0. Docker/docker ce packaging # 1185 Update Compose to v2.35.1. Docker/docker ce packaging # 1188 Networking ..

zero
zero
Published information
03/24 10:12

Docker will natively support running LLM

According to the official website of Docker, it will soon launch Docker Model Runner tool, which aims to simplify the local operation process of LLM through containerization technology. Its main functions include: model acquisition: it supports direct acquisition of AI models from Docker Hub and simplifies the configuration process. Convenient operation: it is used through the Docker command line tool, which conforms to the daily operation habits of developers. Interface compatibility: adapt to OpenAI standard interface to facilitate the integration of existing projects. Operational efficiency: support the acceleration of Apple chips and NVIDIA graphics cards to improve the performance of local computing. Security isolation: the Docker container technology is used to ensure the security of the operating environment. Currently on ..

three
two
Published information
01/23 10:51

Docker 27.5.1 release

Docker 27.5.1 has been released. The specific update is as follows: bug fixes and enhancements fix the problem that may continue to prevent the daemon from starting after the default bridge fails to initialize. Moby/mobile # 49307 Add the DOCKER_IGNORE_BR_NETFILTER_ERROR environment variable. Set it to 1 to allow running on hosts that cannot load br_netfilter. Some operations do not work, including disabling inter container communication in the bridge network. When the userland proxy is disabled, the published port of a container cannot be accessed from another container on the same network. moby/moby...

zero
two
Published information
01/14 15:12

Docker 27.5.0 release

Docker 27.5.0 has been released. The specific update is as follows: bug fixes and enhancements contained image store: fix the problem of transferring the build context to/buildedpoint through tarball. Moby/moby # 49194 Builder garbage collection policy without keepStorage value can now inherit defaultKeepStorage limit as expected. Moby/moby # 49137 Retains network labels during daemon startup. Moby/moby # 49200 Fixed potential race condition errors when deleting containers. Moby/moby # 49239 Go SDK pkg/sysinfo: Discard NumCP

zero
two
Published information
2024/12/19 10:34

Docker 27.4.1 Release

Docker 27.4.1 has been released. The specific update is as follows: bug fixes and enhancements fix the problem of excessive memory allocation when OTel is not configured. Moby/mobile # 49079 When the daemon starts and the bridge nf call iptables or bridge nf call ip6tables are disabled, the docker info command and the corresponding GET/infoAPI endpoint no longer contain warnings. Now, the br_netfilter kernel module will try to load when needed, which will cause these warnings to be inaccurate. Moby/mobile # 49090 Try to load kernel modules (including ip6_tables and br_netfilte when needed

one
zero
Published information
2024/12/06 10:28

Docker 25.0.7 released

Docker 25.0.7 has been released, and the specific updates are as follows: bug fixes and enhancements [25.0 backend] api: adjust the health start interval # 48253 [25.0 backend] when swarm update moves the docked man page from docker/cli back to # 48379 [25.0 backend] seccomp: add riscv64 mapping to seccomp_linux. go # 48465 [25.0 backend] explicitly disable -- gpus=0 Nvidia device injection # 48493 [25.0 backend] man: docked: Add the description of the -- log format option # 485

zero
zero
Published information
2024/09/20 10:35

Docker 27.3.0 released

Docker 27.3.0 has been released. The specific updates are as follows: bug fixes and enhancements add a -- feature flag to the daemon options. Moby/moby # 48487 updated the processing of the -- gpus=0 flag to be consistent with the NVIDIA container runtime. Moby/mobile # 48483 (docker/cli # 5432) supports the WSL2 image mode network to accept packets from Windows host using the interface loopback0. Mobile/mobile # 48514 fixes the problem that containers on the IPv4 bridging network cannot communicate with each other when running -- iptables=false, ip6tables=true (default) ..

three
zero
Published information
2024/09/13 15:38

Docker modifies its subscription plan

Docker announced that it is reformulating its subscription plan so that all plans can use more functions and services, and will also update the pricing to reflect the new features. Docker's plans include Docker Personal, Docker Pro, Docker Team and Docker Business. These plans have been reformulated to enable customers to access everything they need through a single subscription, clearly define consumption restrictions, and add more content as needed. The plan change will take effect on November 15. All plans include access to Docker Desktop, Docker Hub, Docker Build Cloud, Doc

zero
one
Published information
2024/08/28 11:03

Docker 27.2.0 release

Docker 27.2.0 has been released, and the specific update is as follows: New CLI: Add support for device code stream login when verifying the official registry. Docker/cli # 5349 containerd image store: Docker image ls now supports -- treeflag, which can display a list of multi platform aware images. It is currently in an experimental state and may be changed at any time, and does not have any backward compatibility. The docker/cli # 5353 API GET/images/json response now contains the Manifests field, which contains information about the sublist contained in the image index. This includes platform specific listings and builds ..

zero
one
Published information
2024/08/14 15:20

Docker 27.1.2 Release

Docker 27.1.2 has been released. The specific update is as follows: bug fixes and enhancements fix a regression problem that may lead to the error of ResourceExhausted desc=grpc: received message larger than max when building from a large Dockerfile. Moby/moby # 48245 CLI: Fix the false context canceled error message of docker attachprinting. Docker/cli # 5296 CLI: Fix the problem that docker attach exits when SIGINT instead of forwarding the signal to the container and waiting for it to exit. docker/cli#5302 CLI...

four
zero
Published information
2024/07/29 11:46

Docker 25.0.6 released

Docker 25.0.6 has been released. The specific update content is as follows: This version of Security contains a fix for CVE-2024-41110/GHSA-v23v-6jw2-98fq, which affects the setting of access control using the authorization plug-in (AuthZ). Bug fixes and enhancements [25.0] Delete the wrong platform in the imageconfigOCI descriptor in the docker save output. Moby/moby # 47695 [25.0 backend] Fixed the problem of nil dereferencing of layers with no Created value when acquiring image history. moby/moby#47759 [25.0 backport] app...

three
zero
Published information
2024/07/24 13:42

Docker 27.1.1 Release

Docker 27.1.1 has been released. This version contains a fix for CVE-2024-41110/GHSA-v23v-6jw2-98fq, which affects the setting of access control using the authorization plug-in (AuthZ). This version does not contain other changes. For users who do not use the AuthZ plug-in, this version is identical to other versions. Packaging updates Update Compose to v2.29.1. Moby/docker ce packaging # 1041 Update description: https://github.com/moby/moby/releases/tag/v27.1.1...

two
zero
Published information
2024/07/03 10:24

Docker 27.0.3 release

Docker 27.0.3 has been released. The specific update is as follows: bug fixes and enhancements have fixed a regression that incorrectly reports the port mapping from the host IPv6 address to the IPv4 only container as an error. Moby/moby # 48090 fixed the regression problem that caused duplicate subnet allocation when creating a network. Moby/mobile # 48089 fixes the regression problem that causes a "fail to register layer: failed to Lchown" error when trying to pull an image with rootless enabled on a system that supports native overlay using user namespaces. Moby/moby # 48086 ..

two
zero
Published information
2024/06/27 10:53

Docker 27.0.2 release

Docker 27.0.2 has been released, and the specific update content is as follows: The bug fixes and enhancements repair causes the regression problem of port numbers to be ignored when resolving the registry URL. Docker/cli # 5197, docker/cli # 5198 Removed api/types: Discard ContainerJSONBase. Node field and ContainerNode type. These definitions are used by the standalone ("classic") Swarm API, but have never been implemented in the Docker Engine itself. Moby/mobile # 48055 For a complete list of pull requests and changes in this version, see: docker/cli, 27.0.2

zero
zero
Published information
2024/06/17 15:30

Docker report: developers are afraid of security tasks and want better tools

Docker recently released a Report on Application Development in 2024. Based on a survey of more than 1300 respondents, it shared some of the most commonly used tools, views on industry trends, participation of the developer community, and the use of Docker. The main trends such as the expanding role of cloud and AI/ML in software development, the continuous rise of microservices, and the attitude towards safe left shift methods are analyzed in depth. The report found that developing software in the cloud is becoming more and more popular. Although 64% of respondents said that their main development environment was laptop or desktop. ...

zero
one
No more
Loading failed, please refresh the page
Click to load more
Loading
next page
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
Issued a question and answer
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
No more
No content temporarily
No content temporarily
forty-six comment
1K Collection
share
 OSCHINA
Log in to view more high-quality content
 Back to top
Top