Tagged articles
397 articles
Page 4 of 4
NetEase Game Operations Platform
NetEase Game Operations Platform
Jan 11, 2020 · Operations

Best Practices for Writing Efficient Dockerfiles

This article presents a concise Dockerfile template, explains how to build efficient images by minimizing layers, leveraging caches, using multi‑stage builds, and addresses common pitfalls such as over‑caching, proper use of ARG/ENV, COPY vs ADD, and CMD/ENTRYPOINT configurations.

ContainerDevOpsDocker
0 likes · 12 min read
Best Practices for Writing Efficient Dockerfiles
Didi Tech
Didi Tech
Jan 5, 2020 · Backend Development

Investigation and Optimization of High‑Frequency Go Service Timeout in Containers

The study traced severe Redis latency spikes in an 8‑core container to the Go runtime mistakenly reading the host’s CPU count, which created hundreds of threads and scheduler contention; limiting GOMAXPROCS to the container’s quota eliminated the jitter, while further gains were suggested by reducing HMGET calls, tuning GC, and upgrading Go.

CPUContainerGOMAXPROCS
0 likes · 14 min read
Investigation and Optimization of High‑Frequency Go Service Timeout in Containers
Alibaba Cloud Native
Alibaba Cloud Native
Dec 5, 2019 · Cloud Native

Key Cloud Native Updates: AWS re:Invent, KubeCon, Rancher 2.3.3 & Open‑Source Picks

This roundup highlights major cloud‑native developments, including AWS re:Invent 2019 announcements such as SageMaker Operators for Kubernetes and EKS on Fargate, the 2020 KubeCon Europe schedule, Rancher 2.3.3 release, upstream Kubernetes enhancements, and a curated list of essential open‑source projects and reading recommendations for practitioners.

AWSContainercloud-native
0 likes · 7 min read
Key Cloud Native Updates: AWS re:Invent, KubeCon, Rancher 2.3.3 & Open‑Source Picks
Ctrip Technology
Ctrip Technology
Nov 21, 2019 · Cloud Native

Case Study: Intermittent Container Timeout Issues – Analysis and Resolution

This article presents a detailed case study of intermittent container timeout problems in a Kubernetes environment, examining kernel upgrades, NUMA configurations, CPU affinity bindings, kubelet behavior, cadvisor overhead, and hardware faults, and outlines the investigative steps and solutions applied.

CPU affinityContainerHardware Fault
0 likes · 8 min read
Case Study: Intermittent Container Timeout Issues – Analysis and Resolution
Java Captain
Java Captain
Nov 11, 2019 · Cloud Native

Docker Overview: From LXC Origins to Architecture and Basic Usage

This article introduces Linux Containers (LXC) as the predecessor of Docker, explains Docker's definition, advantages, and architecture—including client, daemon, server, engine, job, registry, graph, driver, libcontainer and container modules—and provides practical commands for installation, image management, container execution, and troubleshooting.

ContainerDockerLXC
0 likes · 27 min read
Docker Overview: From LXC Origins to Architecture and Basic Usage
Programmer DD
Programmer DD
Oct 20, 2019 · Cloud Native

How to Quickly Set Up Kong API Gateway and Konga UI with Docker

This guide walks you through installing Kong API gateway and its open‑source management UI Konga using Docker, covering network creation, database selection, container configuration, migration, verification, and final UI access, all with clear commands and examples.

ContainerDockerKong
0 likes · 9 min read
How to Quickly Set Up Kong API Gateway and Konga UI with Docker
Alibaba Cloud Developer
Alibaba Cloud Developer
Sep 17, 2019 · Cloud Native

How NBF’s FaaS Architecture Powers Serverless at Alibaba’s Mega Sales

This article explains how Alibaba's New‑Retail Business Framework (NBF) implements a non‑typical FaaS architecture that delivers full Serverless capabilities—including containerized bundle management, service publishing, routing, fault tolerance, millisecond‑level auto‑scaling, and rapid rollback—proving its reliability during large‑scale promotional events.

Auto ScalingContainerFaaS
0 likes · 16 min read
How NBF’s FaaS Architecture Powers Serverless at Alibaba’s Mega Sales
DevOps Cloud Academy
DevOps Cloud Academy
Aug 26, 2019 · Operations

Jenkins Practice Documentation – A Comprehensive Guide

This document provides a detailed, chapter‑by‑chapter guide to Jenkins, covering its fundamentals, installation on various platforms, management, integration with tools, pipeline creation for frontend, backend, and mobile projects, as well as container deployment and monitoring solutions.

AutomationContainerDevOps
0 likes · 5 min read
Jenkins Practice Documentation – A Comprehensive Guide
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jul 18, 2019 · Operations

Why Bosun Beats Alertmanager and Kapacitor for Container Alerting

This article compares three container alerting frameworks—Alertmanager, Kapacitor, and Bosun—explains why Bosun was chosen for its flexible HTTP API rule deployment and low learning curve, and provides step‑by‑step configuration, rule definition, notification, and templating examples for integrating Bosun with Prometheus.

AlertingBosunConfiguration
0 likes · 9 min read
Why Bosun Beats Alertmanager and Kapacitor for Container Alerting
Efficient Ops
Efficient Ops
Jul 16, 2019 · Backend Development

Mastering Cache Strategies with Redis: From Theory to Practical Deployment

This article explores cache fundamentals, common pitfalls like penetration and avalanche, naming conventions, warm‑up techniques, and provides step‑by‑step guidance for setting up Redis master‑slave, testing containers, and optimizing configurations for high‑performance backend systems.

Containercache-avalanchecache-penetration
0 likes · 10 min read
Mastering Cache Strategies with Redis: From Theory to Practical Deployment
MaGe Linux Operations
MaGe Linux Operations
Jul 16, 2019 · Cloud Native

Why Docker Solves the “Environment Mismatch” Problem for Developers

This article uses a humorous pet‑store story to illustrate how code that runs flawlessly on a developer’s machine can fail in production, then explains Docker’s role in eliminating environment differences by packaging applications and their dependencies into portable containers, comparing it with traditional virtual machines and detailing core concepts, architecture, Dockerfile instructions, and essential commands.

Containercloud-native
0 likes · 25 min read
Why Docker Solves the “Environment Mismatch” Problem for Developers
System Architect Go
System Architect Go
Jul 10, 2019 · Cloud Native

Dockerfile Best Practices: Tips for Efficient Image Building

This article presents ten practical Dockerfile best‑practice tips—including ordering instructions, precise COPY usage, merging RUN commands, minimizing dependencies, cleaning package caches, leveraging official and minimal base images, clear tagging, multi‑stage builds, and consistent build environments—to help developers create smaller, faster, and more maintainable container images.

ContainerDockerDockerfile
0 likes · 6 min read
Dockerfile Best Practices: Tips for Efficient Image Building
Architect's Tech Stack
Architect's Tech Stack
Jul 8, 2019 · Cloud Native

Understanding Docker Images, Containers, and Commands

This article explains Docker's core concepts—including the union file system, the distinction between images and containers, the structure of read‑only and read‑write layers, and detailed explanations of common Docker commands such as create, start, run, ps, images, and more—providing a comprehensive guide for developers to master container technology.

ContainerDevOpsDocker
0 likes · 12 min read
Understanding Docker Images, Containers, and Commands
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jun 18, 2019 · Cloud Native

Why Cgroups v2 Simplifies Container Resource Management

This article explains the background of Linux cgroups, outlines the key differences between v1 and v2—including the unified hierarchy, controller handling, and new control files—and provides practical commands and examples for using cgroups v2 in container environments.

Containercgroupskernel
0 likes · 9 min read
Why Cgroups v2 Simplifies Container Resource Management
Tencent Cloud Developer
Tencent Cloud Developer
Jun 4, 2019 · Cloud Native

Microservices, Service Mesh, and Middle Platform: Architectural Evolution and Practices

In a May 25 Tencent salon, senior engineer Han Xin traced cloud‑computing’s shift from monolithic J2EE to container‑based microservices, explained service‑mesh and middle‑platform concepts, and showcased Tencent Service Framework’s governance, DevOps and reusable capabilities, emphasizing that simple, fast architectures must directly serve business value.

ContainerMicroservicesarchitecture
0 likes · 15 min read
Microservices, Service Mesh, and Middle Platform: Architectural Evolution and Practices
58 Tech
58 Tech
Jun 4, 2019 · Cloud Computing

Evolution of 58 Group's Container Cloud Platform: Architecture, Network, and Service Discovery

This article details the two‑year evolution of 58 Group’s container cloud platform, describing its background, overall architecture, network and service‑discovery advancements, operational challenges, and lessons learned from migrating over 90% of the company’s traffic to a Docker‑Kubernetes‑based cloud environment.

ContainerDockercloud computing
0 likes · 14 min read
Evolution of 58 Group's Container Cloud Platform: Architecture, Network, and Service Discovery
Qunar Tech Salon
Qunar Tech Salon
May 14, 2019 · Operations

Understanding Linux Cgroups for Container Resource Management

This article explains the fundamentals of Linux control groups (cgroups), their components and relationships, and provides step‑by‑step guidance on creating hierarchies, mounting, configuring subsystems, and applying cgroup limits to Docker and Kubernetes containers.

ContainerOperationscgroups
0 likes · 9 min read
Understanding Linux Cgroups for Container Resource Management
Tencent Cloud Developer
Tencent Cloud Developer
May 6, 2019 · Cloud Computing

Understanding Cloud Computing Layers: IaaS, PaaS, SaaS and the Rise of Container Cloud

The article explains cloud computing’s three service models—IaaS, PaaS, and SaaS—while highlighting how container technologies like Docker and Kubernetes have transformed the PaaS layer into a mainstream “container cloud,” driving faster deployments, DevOps convergence, and rapid market growth predicted to double by 2022.

ContainerIaaSKubernetes
0 likes · 12 min read
Understanding Cloud Computing Layers: IaaS, PaaS, SaaS and the Rise of Container Cloud
Tencent Cloud Developer
Tencent Cloud Developer
Apr 25, 2019 · Cloud Native

Cloud Native Industry Alliance Established at CNIC2019: Tencent Cloud Joins as Council Member and TSF Microservice Platform Passes Trusted Cloud Certification

At CNIC2019 in Beijing, the Cloud Native Industry Alliance was launched with Tencent Cloud joining as a founding council member, its TSF microservice platform earning Trusted Cloud certification, and its serverless experts showcasing rapid 100‑million‑user mini‑program deployment while highlighting remaining cold‑start and orchestration challenges.

ContainerMicroservicescloud-native
0 likes · 8 min read
Cloud Native Industry Alliance Established at CNIC2019: Tencent Cloud Joins as Council Member and TSF Microservice Platform Passes Trusted Cloud Certification
Tencent Cloud Developer
Tencent Cloud Developer
Apr 9, 2019 · Cloud Native

Understanding Technical Middle Platform: What It Is and What It Is Not

The article explains that a true technical middle platform is not just a set of tools or cloud‑native services but a business‑focused, organization‑wide foundation, and outlines six construction pillars—container cloud virtualization, comprehensive microservice framework, abstracted technical components, shared basic services, value‑driven DevOps/AIOps, and a dedicated efficiency team—to enable rapid change, innovation, and operational excellence.

ContainerDevOpsMicroservices
0 likes · 13 min read
Understanding Technical Middle Platform: What It Is and What It Is Not
Node Underground
Node Underground
Mar 10, 2019 · Backend Development

Build Your Own IoC Container in JavaScript: A Step‑by‑Step Guide

This tutorial walks you through creating a simple Inversion of Control (IoC) container in JavaScript, covering basic dependency injection, adding caching for singleton instances, and extending the container to load arbitrary classes automatically, all with clear code examples.

ContainerIoC
0 likes · 7 min read
Build Your Own IoC Container in JavaScript: A Step‑by‑Step Guide
Zhuanzhuan Tech
Zhuanzhuan Tech
Feb 26, 2019 · Cloud Native

Automated Business Log Collection in Zhaozhuan Container Cloud Platform Using Log‑Pilot

This article describes how Zhaozhuan built an automated, business‑transparent log‑collection solution for its container cloud platform by evaluating several approaches, adopting Alibaba Cloud's open‑source log‑pilot, customizing its deployment, and addressing practical issues such as time‑zone bugs, latency, and duplicate collection.

Cloud NativeContainerFluentd
0 likes · 13 min read
Automated Business Log Collection in Zhaozhuan Container Cloud Platform Using Log‑Pilot
dbaplus Community
dbaplus Community
Nov 21, 2018 · Cloud Native

Mapping the Docker Ecosystem: From Early Jails to the Moby Project

This article provides a comprehensive overview of Docker’s ecosystem, tracing its roots from early container technologies like chroot and FreeBSD Jails through Docker’s own components, key concepts such as libcontainer and OCI, and the evolution into the modular Moby project with related tools such as containerd, Linuxkit, and Infrakit.

Cloud NativeContainerDocker
0 likes · 11 min read
Mapping the Docker Ecosystem: From Early Jails to the Moby Project
Architects' Tech Alliance
Architects' Tech Alliance
Oct 27, 2018 · Cloud Native

Design and Architecture of Ping An Cloud Container Service Platform

The article outlines Ping An Cloud’s container service platform, describing its positioning, multi‑tenant design, architecture, key components such as CaaS portal, Docker Server, Rancher orchestration, networking, storage, logging, monitoring, and discusses the technologies and implementation choices behind each layer.

ContainerDockercloud-native
0 likes · 15 min read
Design and Architecture of Ping An Cloud Container Service Platform
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Oct 1, 2018 · Cloud Native

Unveiling Docker’s Inner Workings: A Deep Dive into Its Architecture

This article explains Docker’s core components—images, containers, and repositories—then breaks down its comprehensive architecture, detailing the roles of the client, daemon, server, engine, jobs, registry, graph, drivers, libcontainer, and containers, helping readers grasp the full lifecycle of Docker.

ContainerDockerImages
0 likes · 14 min read
Unveiling Docker’s Inner Workings: A Deep Dive into Its Architecture
JD Tech
JD Tech
Sep 28, 2018 · Operations

JD's J-one Unified Release Platform: Architecture, Features, and Recent Enhancements

Since its launch in 2016, JD's J-one unified release platform has evolved through multiple large‑scale promotions, introducing container‑based compilation, auto‑scaling, and a new image‑deployment capability that dramatically speeds up releases while improving success rates and providing a suite of automation tools for developers.

Cloud NativeContainerDeployment
0 likes · 7 min read
JD's J-one Unified Release Platform: Architecture, Features, and Recent Enhancements
Efficient Ops
Efficient Ops
Sep 26, 2018 · Cloud Native

Key Takeaways from the 2018 Cloud Native Best Practices Summit in Beijing

The 2018 Cloud Native Best Practices Summit in Beijing gathered over 200 industry leaders and experts who shared insights on cloud native trends, standards, Kubernetes, service mesh, product launches, and the formation of the Cloud Native Practice Alliance, marking a milestone for China's cloud native ecosystem.

Cloud NativeContainerKubernetes
0 likes · 8 min read
Key Takeaways from the 2018 Cloud Native Best Practices Summit in Beijing
Java Backend Technology
Java Backend Technology
Aug 24, 2018 · Backend Development

Mastering Tomcat: A Deep Dive into Its Top‑Level Architecture

This article explains Tomcat’s overall architecture, detailing the relationships among Server, Service, Connector, and Container, and describes how requests flow through ProtocolHandlers, Pipelines, and Valves to reach servlets and return responses.

Backend DevelopmentConnectorContainer
0 likes · 10 min read
Mastering Tomcat: A Deep Dive into Its Top‑Level Architecture
MaGe Linux Operations
MaGe Linux Operations
Jul 30, 2018 · Information Security

How Tiny Docker Misconfigurations Can Cripple CI Security: A Deep Dive

This article examines how seemingly minor Docker configuration errors in CI/CD pipelines—especially within AWS CodeBuild and Docker‑in‑Docker setups—can expose severe security risks, demonstrates practical attack techniques, and offers concrete mitigation steps to harden the build environment.

AWS CodeBuildContainerDevOps
0 likes · 12 min read
How Tiny Docker Misconfigurations Can Cripple CI Security: A Deep Dive
JD Tech
JD Tech
Jul 25, 2018 · Cloud Native

JD.com’s Large‑Scale Kubernetes Refactoring and Operational Lessons

This article shares JD.com’s extensive experience redesigning Kubernetes for massive production use, covering custom DNS and load‑balancing, scaling clusters to ten‑thousand nodes, adapting controllers, building the Archimedes scheduler, and practical insights on resource isolation, deployment, and high‑traffic elasticity.

Cloud NativeContainerInfrastructure
0 likes · 14 min read
JD.com’s Large‑Scale Kubernetes Refactoring and Operational Lessons
Java Architect Essentials
Java Architect Essentials
Jun 14, 2018 · Operations

Installing Docker and GitLab on Alibaba Cloud Linux 7.4

This guide walks through preparing an Alibaba Cloud ECS Linux 7.4 instance, installing Docker CE, verifying the installation with a hello‑world container, pulling the GitLab CE image, configuring and running the GitLab container, and troubleshooting common issues such as port conflicts and memory limits.

Alibaba CloudContainerDocker
0 likes · 7 min read
Installing Docker and GitLab on Alibaba Cloud Linux 7.4
ITPUB
ITPUB
Jun 12, 2018 · Cloud Native

How to Build a Tomcat Runtime on Docker: A Step‑by‑Step Guide

This tutorial walks through setting up Docker on an Ubuntu VM, configuring user permissions, pulling a tutorial image, installing SSH, committing the container, and finally deploying Tomcat inside the container with port mappings, providing a complete hands‑on example of container‑based PAAS.

ContainerDeploymentTomcat
0 likes · 9 min read
How to Build a Tomcat Runtime on Docker: A Step‑by‑Step Guide
System Architect Go
System Architect Go
Jun 3, 2018 · Cloud Native

Docker Compose: A Beginner’s Guide to Multi‑Container Orchestration

This article introduces Docker Compose, explains how to define a project with multiple services such as a web app and Redis, details common configuration options, and shows how to start, manage, and scale containers in a single‑host environment before mentioning future coverage of Swarm and Kubernetes.

Cloud NativeComposeContainer
0 likes · 5 min read
Docker Compose: A Beginner’s Guide to Multi‑Container Orchestration
Alibaba Cloud Native
Alibaba Cloud Native
Apr 11, 2018 · Cloud Native

How LXCFS Enables Accurate /proc Views in PouchContainer: A Deep Dive

Starting from version 0.3.0, PouchContainer integrates the open‑source LXCFS FUSE filesystem to isolate /proc views inside containers, allowing existing monitoring and deployment tools to read container‑specific metrics without modification, and the article details the use cases, command‑line integration, and stability improvements.

ContainerLXCFSPouchContainer
0 likes · 10 min read
How LXCFS Enables Accurate /proc Views in PouchContainer: A Deep Dive
DevOps Coach
DevOps Coach
Mar 25, 2018 · Cloud Native

7 Essential Cloud‑Native Container Design Principles You Must Follow

This article summarizes Red Hat's cloud‑native container design principles, explains each rule—from single concern to runtime confinement—shows how they extend classic software design concepts, and provides practical best‑practice tips and reference links for building resilient, observable, and immutable containerized applications on Kubernetes.

ContainerDevOpsKubernetes
0 likes · 14 min read
7 Essential Cloud‑Native Container Design Principles You Must Follow
MaGe Linux Operations
MaGe Linux Operations
Feb 10, 2018 · Operations

60+ Must-Have Open‑Source DevOps Tools for Seamless Automation

This article compiles over 60 top open‑source DevOps tools—from version control systems and build automation to CI/CD platforms, container runtimes, configuration managers, monitoring solutions, and log collectors—providing concise descriptions to help engineers streamline automation, deployment, and operations workflows.

AutomationContainermonitoring
0 likes · 14 min read
60+ Must-Have Open‑Source DevOps Tools for Seamless Automation
dbaplus Community
dbaplus Community
Feb 7, 2018 · Backend Development

Unraveling Tomcat’s Core Architecture: From Server to Container

This article breaks down Tomcat’s modular architecture, explaining how a single Server contains multiple Services, each pairing Connectors and a Container, and details the inner workings of Connectors, Containers, and their pipeline‑Valve processing to help developers master Tomcat internals.

ConnectorContainerJava
0 likes · 12 min read
Unraveling Tomcat’s Core Architecture: From Server to Container
Architect's Tech Stack
Architect's Tech Stack
Jan 16, 2018 · Cloud Native

Using Maven Docker Plugin to Build, Run, and Push Docker Images for Spring Boot Applications

This tutorial explains how to configure the spotify/docker-maven-plugin in a Spring Boot project's pom.xml, build Docker images with Maven commands, run containers, optionally use a custom Dockerfile, push images to DockerHub, and bind the build goal to the Maven package phase for automated container creation.

Containerci/cdcloud-native
0 likes · 12 min read
Using Maven Docker Plugin to Build, Run, and Push Docker Images for Spring Boot Applications
dbaplus Community
dbaplus Community
Jan 11, 2018 · Cloud Native

Essential Docker Ecosystem Tools: A Comprehensive Guide for Developers and Ops

This article provides a detailed, curated list of the most popular Docker‑related tools across categories such as orchestration, CI/CD, monitoring, security, storage, networking and management, including brief descriptions, official links and cost information to help developers, DevOps engineers and platform architects choose the right solutions for every stage of the container lifecycle.

ContainerOrchestrationSecurity
0 likes · 29 min read
Essential Docker Ecosystem Tools: A Comprehensive Guide for Developers and Ops
Architect's Tech Stack
Architect's Tech Stack
Dec 31, 2017 · Cloud Native

Docker Installation, Usage, and Image Customization Guide

This comprehensive guide explains how to install Docker CE on Ubuntu, manage system requirements, uninstall old versions, configure repositories, verify installation with the hello‑world image, manage Docker as a non‑root user, remove Docker, and customize images using docker commit and Dockerfiles, including best practices for building efficient multi‑layer images.

Container
0 likes · 17 min read
Docker Installation, Usage, and Image Customization Guide
Alibaba Cloud Developer
Alibaba Cloud Developer
Oct 15, 2017 · Cloud Native

Why Alibaba’s Pouch Container Runtime Is Shaping the Future of Cloud Native

At the 2017 Hangzhou Cloud Expo, Alibaba announced the open‑source release of its internally‑developed container runtime Pouch, detailing its seven‑year evolution, unique security and scalability features, collaborations with Zhejiang University, and the company’s strategy to foster an ecosystem‑driven, standards‑focused container technology future.

AlibabaCloud NativeContainer
0 likes · 7 min read
Why Alibaba’s Pouch Container Runtime Is Shaping the Future of Cloud Native
58 Tech
58 Tech
Oct 12, 2017 · Cloud Computing

Design and Implementation of 58 Private Cloud Platform Using Container Technology

The article details 58's private cloud platform built on container technology, explaining the motivations, overall architecture, and core module designs such as container management, network model, image repository, logging, and monitoring, illustrating how Docker and Kubernetes enable efficient resource utilization, rapid scaling, and streamlined deployment.

Containercloud architecturemonitoring
0 likes · 12 min read
Design and Implementation of 58 Private Cloud Platform Using Container Technology
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
May 12, 2017 · Cloud Native

Huawei’s Open‑Source Breakthroughs at OSCON 2017: Cloud‑Native Insights

The OSCON 2017 conference in Austin featured Huawei’s extensive open‑source showcase, including talks on ecosystem growth, serverless micro‑service orchestration, unified storage with OpenSDS, network simplification via iCAN, and Go‑based DevOps orchestration, plus demos of OpenStack and developer ecosystem solutions.

ContainerDevOpsServerless
0 likes · 6 min read
Huawei’s Open‑Source Breakthroughs at OSCON 2017: Cloud‑Native Insights
Alibaba Cloud Developer
Alibaba Cloud Developer
Jan 5, 2017 · Cloud Native

How Alibaba Unified T4 and Docker into AliDocker for Double‑11 Scale

This article details Alibaba's large‑scale migration of core transaction services from traditional VM and proprietary T4 containers to a unified Docker‑based platform called AliDocker, covering integration challenges, image‑based deployment, Swarm customizations, and middleware Dockerization that enabled seamless double‑11 operations.

AliDockerContainerDocker
0 likes · 18 min read
How Alibaba Unified T4 and Docker into AliDocker for Double‑11 Scale
Architecture Digest
Architecture Digest
Nov 22, 2016 · Cloud Native

Comprehensive Docker Learning Resources (Chinese)

This article compiles a curated list of Chinese-language Docker learning materials, including official documentation, systematic tutorials, community sites, curated GitHub repositories, and personal article recommendations to help beginners and intermediate users master container technology.

Chinese ResourcesContainerTutorial
0 likes · 9 min read
Comprehensive Docker Learning Resources (Chinese)
dbaplus Community
dbaplus Community
Nov 20, 2016 · Operations

Top Insights from the 2016 Global Agile Operations Summit

The 2016 Global Agile Operations Summit in Shanghai concluded with a series of expert sessions covering agile DevOps trends, cloud‑native automation platforms, database performance tuning, container orchestration, and real‑world case studies from leading companies, followed by the award ceremony honoring ten MVPs who drove innovation across operations and infrastructure.

AutomationContainerDevOps
0 likes · 15 min read
Top Insights from the 2016 Global Agile Operations Summit
dbaplus Community
dbaplus Community
Oct 19, 2016 · Cloud Native

Deploy a Minecraft Server on Docker with NetEase Hive in Minutes

This guide walks you through manually setting up a Minecraft server on a Linux container and then automating the process with a Dockerfile on NetEase Hive, covering required tools, server files, Dockerfile details, and runtime configuration for a smooth gaming experience.

ContainerDevOpsMinecraft
0 likes · 8 min read
Deploy a Minecraft Server on Docker with NetEase Hive in Minutes
Architects' Tech Alliance
Architects' Tech Alliance
Oct 6, 2016 · Cloud Native

Enterprise Adoption of Container Technology: Standardization, Efficiency, and Competitive Advantage

The article examines how Docker‑based container technology can be standardized and applied in enterprises to improve resource utilization, streamline software delivery, and create competitive advantages, while also discussing ecosystem standards, selection criteria, and the broader impact on modern IT development.

Cloud NativeContainerDevOps
0 likes · 9 min read
Enterprise Adoption of Container Technology: Standardization, Efficiency, and Competitive Advantage
Java High-Performance Architecture
Java High-Performance Architecture
Sep 27, 2016 · Big Data

Build a Hadoop Cluster with Docker: Step‑by‑Step Guide

Learn how to quickly set up a multi‑node Hadoop cluster on a single machine using Docker containers, covering image preparation, SSH configuration, fixed IP assignment with pipework, and building custom Hadoop images, enabling a lightweight, cost‑effective big‑data environment for development and testing.

Big DataCentOSCluster
0 likes · 9 min read
Build a Hadoop Cluster with Docker: Step‑by‑Step Guide
Architecture Digest
Architecture Digest
Aug 28, 2016 · Backend Development

Understanding the Core Architecture of Apache Tomcat: Connectors, Containers, Services, and Lifecycle Management

This article provides a comprehensive overview of Apache Tomcat's modular architecture, detailing the roles and interactions of Connectors, Containers, Services, Servers, and the Lifecycle interface, while illustrating key implementation classes and code snippets that govern request handling and component management.

BackendConnectorContainer
0 likes · 17 min read
Understanding the Core Architecture of Apache Tomcat: Connectors, Containers, Services, and Lifecycle Management
Architects' Tech Alliance
Architects' Tech Alliance
Aug 26, 2016 · Cloud Computing

Docker Architecture Overview and Module Functions

This article provides a comprehensive overview of Docker's technical architecture, detailing its key modules such as the client, daemon, server, engine, job system, registry, graph, driver, libcontainer, and container components, and explains how they enable isolation, resource management, networking, and continuous deployment in modern DevOps workflows.

ContainerDevOpsDocker
0 likes · 12 min read
Docker Architecture Overview and Module Functions
Efficient Ops
Efficient Ops
Apr 7, 2016 · Cloud Computing

How LeTV E‑Commerce Cloud Scales High‑Traffic Shopping with Microservices

This article, based on the Efficient Operations Community Talk, outlines the evolution of e‑commerce systems, the challenges faced during rapid growth, and how LeTV’s e‑commerce cloud leverages micro‑service architecture, container technology, and hybrid cloud solutions to address scalability, security, and operational efficiency.

ContainerMicroservicesOperations
0 likes · 30 min read
How LeTV E‑Commerce Cloud Scales High‑Traffic Shopping with Microservices
Architect
Architect
Feb 18, 2016 · Cloud Native

Collecting Docker Container Logs with Flume: Strategies and Implementation

This article explains how to capture Docker container logs, discusses the challenges of multi‑line log correlation, and presents two approaches—client‑side parsing and server‑side parsing—along with a concrete Flume customization using a DockerLog Java bean.

ContainerDockerFlume
0 likes · 7 min read
Collecting Docker Container Logs with Flume: Strategies and Implementation
Ctrip Technology
Ctrip Technology
Dec 19, 2015 · Operations

Ctrip Continuous Delivery Conference – “Publish When Ready” – Sharing Practices and Platforms

The Ctrip Continuous Delivery Conference held on December 19 showcased industry experts discussing large‑scale deployment, container‑based delivery, mobile automation, and the MCD platform, highlighting practical strategies for high‑availability, rapid release pipelines across web and mobile services.

ContainerMobile Deploymentrelease-automation
0 likes · 6 min read
Ctrip Continuous Delivery Conference – “Publish When Ready” – Sharing Practices and Platforms
ITPUB
ITPUB
Nov 27, 2015 · Operations

How to Quickly Set Up a Data Science Environment with Docker

This guide explains why Docker simplifies data‑science environment setup, walks through installing Docker, pulling ready‑made images, running a container with Jupyter Notebook, managing files, installing additional packages, and cleaning up, providing step‑by‑step commands for Windows, macOS, and Linux users.

ContainerDevOpsDocker
0 likes · 14 min read
How to Quickly Set Up a Data Science Environment with Docker
21CTO
21CTO
Nov 23, 2015 · Cloud Native

Unveiling Docker 1.2: Deep Dive into Its Architecture and Core Components

This article provides a comprehensive analysis of Docker 1.2's architecture, detailing each module's function, the internal workflow of key commands, and how Docker's design enables lightweight, secure container virtualization for modern cloud‑native applications.

Cloud NativeContainerDevOps
0 likes · 20 min read
Unveiling Docker 1.2: Deep Dive into Its Architecture and Core Components
MaGe Linux Operations
MaGe Linux Operations
Sep 16, 2015 · Operations

60+ Must-Have Open-Source DevOps Tools to Supercharge Your Workflow

This article compiles over 60 of the best open-source DevOps tools—including version-control systems, build automation, CI/CD platforms, container runtimes, configuration-management solutions, monitoring and logging utilities—to help developers implement efficient, automated, and scalable workflows without cost.

ContainerDevOpsci/cd
0 likes · 13 min read
60+ Must-Have Open-Source DevOps Tools to Supercharge Your Workflow
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2015 · Operations

Essential Docker Commands Every Developer Should Master

This guide introduces essential Docker commands—from pulling images and managing containers to inspecting and removing them—providing clear examples and best practices for safely operating Docker on any system, including host file configuration, interactive sessions, background execution, and cleanup procedures.

ContainerDevOpsDocker
0 likes · 5 min read
Essential Docker Commands Every Developer Should Master