Tagged articles
108 articles
Page 2 of 2
Alibaba Cloud Native
Alibaba Cloud Native
May 25, 2018 · Cloud Native

What’s New in PouchContainer 0.5.0? Key Features and Improvements

PouchContainer 0.5.0 introduces lightweight, open‑source container enhancements such as CRI v1alpha2 support, dynamic env updates, improved image engine, storage plugins, network management, and extensive stability fixes, aiming to boost large‑scale data‑center resource utilization and simplify legacy workload containerization.

Kubernetes CRIPouchContainercontainer-runtime
0 likes · 6 min read
What’s New in PouchContainer 0.5.0? Key Features and Improvements
Alibaba Cloud Native
Alibaba Cloud Native
May 17, 2018 · Backend Development

Detecting and Preventing Goroutine Leaks in PouchContainer

This article explains what goroutine leaks are, demonstrates how they occur in Alibaba's PouchContainer runtime, and provides practical detection methods and code‑level fixes using net/http/pprof, runtime.NumGoroutine, and CloseNotifier to keep Go services healthy.

Goroutinecontainer-runtimeleak detection
0 likes · 14 min read
Detecting and Preventing Goroutine Leaks in PouchContainer
Alibaba Cloud Developer
Alibaba Cloud Developer
Dec 5, 2017 · Cloud Native

Why Alibaba’s Open‑Source Pouch Is Changing the Container Landscape

Alibaba has open‑sourced its lightweight container runtime Pouch under Apache 2.0, detailing its evolution from early LXC experiments to a million‑scale deployment, highlighting strong isolation, rich “rich container” features, P2P image distribution, and its integration with Kubernetes and other cloud‑native ecosystems.

AlibabaCloud NativeKubernetes
0 likes · 13 min read
Why Alibaba’s Open‑Source Pouch Is Changing the Container Landscape
DevOps
DevOps
May 3, 2017 · Cloud Native

Understanding Docker’s Rebranding to Moby and the Role of LinuxKit

The article analyzes Docker’s controversial rename of its core project to Moby, the community backlash it sparked, the strategic motives behind the move, and how related initiatives like LinuxKit fit into the evolving cloud‑native container ecosystem.

Cloud NativeDockerLinuxKit
0 likes · 14 min read
Understanding Docker’s Rebranding to Moby and the Role of LinuxKit
dbaplus Community
dbaplus Community
Nov 28, 2016 · Cloud Native

Why RunC Is Overtaking Docker in Modern CaaS Platforms

The article examines how CaaS providers are replacing Docker with RunC‑based solutions such as CRI‑O, Unified Containerizer, and Garden, outlines the evolution of the container ecosystem, discusses the strategic implications for production environments, and forecasts future trends and community contributions.

CaaSCloud FoundryKubernetes
0 likes · 18 min read
Why RunC Is Overtaking Docker in Modern CaaS Platforms
Efficient Ops
Efficient Ops
May 5, 2016 · Operations

Why Docker Daemon Is a Minefield: Lessons from a Former Google SRE

In this talk, a former Google SRE shares his experiences moving from massive YouTube growth to Google Cloud operations and later to a Chinese startup, exposing the hidden pitfalls of Docker daemon, image management, container runtimes, and practical DevOps strategies for building, packaging, and running services.

DevOpsDockerOCI
0 likes · 17 min read
Why Docker Daemon Is a Minefield: Lessons from a Former Google SRE