Tagged articles

Docker

2438 articles · Page 24 of 25
DevOps
DevOps
Jan 12, 2017 · Cloud Native

What Is Docker? Understanding Containers and Their Role in Cloud‑Native Computing

The article explains Docker’s rapid rise, clarifies the difference between Docker and containers, compares containers with virtual machines, and describes how Docker streamlines application deployment by packaging code and its dependencies into portable containers within the cloud‑native ecosystem.

Cloud NativeDockerdevops
0 likes · 9 min read
What Is Docker? Understanding Containers and Their Role in Cloud‑Native Computing
dbaplus Community
dbaplus Community
Jan 6, 2017 · Cloud Native

How to Build a Minimal Linux Container from Scratch: A Hands‑On Guide

This article explains the fundamentals of container technology, compares containers with virtual machines, and provides a step‑by‑step tutorial for constructing a minimal Linux container using busybox or debootstrap, configuring namespaces, cgroups, networking, and launching processes via Go’s exec.Cmd, with full code examples.

ContainersDockerNamespaces
0 likes · 23 min read
How to Build a Minimal Linux Container from Scratch: A Hands‑On Guide
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.

AliDockerDockerSwarm
0 likes · 18 min read
How Alibaba Unified T4 and Docker into AliDocker for Double‑11 Scale
DevOps
DevOps
Jan 4, 2017 · Operations

The Third Way of DevOps: Continuous Learning and Docker as Lab Equipment

The article explains the Third Way of DevOps—continuous learning through Kaizen and the PDSA cycle—showing how Docker serves as laboratory equipment that enables rapid, reproducible experiments, illustrated with examples from a financial institution and a personal baseball‑statistics project.

DockerLeanOperations
0 likes · 8 min read
The Third Way of DevOps: Continuous Learning and Docker as Lab Equipment
Node Underground
Node Underground
Jan 4, 2017 · Backend Development

Top Node.js Best Practices for 2017 to Boost Your Backend Skills

This article outlines the most important Node.js best practices for 2017, including adopting ES2015, using Promises, following coding standards, deploying with Docker, monitoring with Prometheus or Trace, enhancing security with checklists, learning micro‑services, attending conferences, semantic versioning, and using LTS releases.

Backend DevelopmentDockerES2015
0 likes · 3 min read
Top Node.js Best Practices for 2017 to Boost Your Backend Skills
DevOps
DevOps
Jan 3, 2017 · Operations

Applying the DevOps “Second Way” with Docker: Accelerating Feedback Loops

This article explains the DevOps “Second Way,” emphasizing faster, bidirectional feedback loops, and shows how Docker’s immutable containers, streamlined packaging, and embedded metadata reduce variation, accelerate defect detection, and shorten lead times in service delivery.

Continuous DeliveryDockerOperations
0 likes · 7 min read
Applying the DevOps “Second Way” with Docker: Accelerating Feedback Loops
Liulishuo Tech Team
Liulishuo Tech Team
Dec 31, 2016 · Cloud Native

Designing Scalable and Reliable Backend Services at English Fluently: Architecture, Service Discovery, Monitoring, and Autoscaling

This article shares the engineering team’s experience of building a high‑growth, reliable backend for English Fluently, covering inter‑service communication with gRPC, service discovery, Docker‑based deployment, health‑checking, monitoring, autoscaling, Kubernetes orchestration, and multi‑cell availability strategies.

DockerMicroservicesMonitoring
0 likes · 10 min read
Designing Scalable and Reliable Backend Services at English Fluently: Architecture, Service Discovery, Monitoring, and Autoscaling
DevOps
DevOps
Dec 18, 2016 · Operations

Introduction to DevOps and Docker: Concepts, Components, and Implementation

This article explains the principles of DevOps, its technical, process, and organizational considerations, and introduces Docker as a key tool, detailing its architecture, components, native utilities, suitable scenarios, and how it enables continuous integration, delivery, and efficient operations.

CI/CDCloud NativeDocker
0 likes · 14 min read
Introduction to DevOps and Docker: Concepts, Components, and Implementation

Why Combining Microservices with Docker Amplifies Agility and Adaptability

The article analyzes how the rapid adoption of microservices and container virtualization, especially Docker, boosts software agility and adaptability, while highlighting the critical role of stateful services, the challenges of storage in containers, and the concrete benefits of running both stateless and stateful components within containers.

Cloud NativeContainersDocker
0 likes · 23 min read
Why Combining Microservices with Docker Amplifies Agility and Adaptability
DevOps
DevOps
Dec 14, 2016 · Cloud Native

Step-by-Step Guide to Building a Mesos + Marathon Cluster on macOS with Docker

This article walks through installing a Mesos‑based distributed scheduling platform on macOS using Docker containers, covering custom image creation, registry configuration, Docker‑VM quirks, environment‑variable setup for Zookeeper, Mesos master and slaves, Marathon deployment, and practical tips for accessing containers via socat, Portainer, chroot, and nsenter.

Cloud NativeDockerMarathon
0 likes · 16 min read
Step-by-Step Guide to Building a Mesos + Marathon Cluster on macOS with Docker
Baidu Intelligent Testing
Baidu Intelligent Testing
Dec 1, 2016 · Cloud Native

Docker-Based Continuous Delivery Practice: The EMC Containerized Delivery System

This article presents a comprehensive case study of the EMC containerized delivery platform, detailing how Docker, Kubernetes, and automated image building are leveraged to achieve continuous delivery for a large‑scale microservices project, and discusses the system’s architecture, image standardization, environment governance, and future enhancements.

CI/CDContinuous DeliveryDocker
0 likes · 9 min read
Docker-Based Continuous Delivery Practice: The EMC Containerized Delivery System
Architecture Digest
Architecture Digest
Nov 30, 2016 · Backend Development

Understanding Microservices: Core Concepts, Use Cases, and Technical Choices

This article explains the fundamental ideas behind microservices, compares them with traditional SOA, discusses when to adopt microservices, outlines design principles, explores technology selections such as Spring Cloud and Docker, and addresses common challenges like service discovery, transaction handling, and operational costs.

DockerMicroservicesService Registry
0 likes · 22 min read
Understanding Microservices: Core Concepts, Use Cases, and Technical Choices
Qunar Tech Salon
Qunar Tech Salon
Nov 8, 2016 · Operations

Building a Scalable Elasticsearch-as-a-Service Platform on Mesos, Marathon, and Docker at Qunar

This article describes how Qunar's operations team designed and implemented a cloud‑native Elasticsearch‑as‑a‑Service platform using Mesos, Marathon, and Docker, covering requirements analysis, technology selection, resource quota management, cluster isolation, service discovery, data reliability, monitoring, automated deployment, and future improvements.

DockerElasticsearchMarathon
0 likes · 17 min read
Building a Scalable Elasticsearch-as-a-Service Platform on Mesos, Marathon, and Docker at Qunar
Java High-Performance Architecture
Java High-Performance Architecture
Nov 3, 2016 · Databases

How Uber Scaled 4,000 MySQL Instances with Docker: The Schemadock Architecture

Uber tackled the challenge of managing over 1,000 MySQL clusters by designing Schemadock, a Docker‑based solution that runs stateless MySQL containers, uses configuration‑driven topologies, and employs agents for automated deployment, monitoring, and centralized control, enabling multi‑database hosts, full automation, and unified management.

AutomationDatabase ManagementDocker
0 likes · 9 min read
How Uber Scaled 4,000 MySQL Instances with Docker: The Schemadock Architecture
Efficient Ops
Efficient Ops
Oct 24, 2016 · Operations

How Bilibili Scaled Its Operations: From Chaos to Automated DevOps

In this talk, Bilibili’s operations manager shares the journey from early firefighting to a standardized, automated DevOps pipeline, covering ansible‑based configuration, high‑quality release processes, metric‑driven monitoring, and elastic Docker‑based scaling using Mesos, Marathon, Consul, and custom IPAM plugins.

AnsibleDockerdevops
0 likes · 16 min read
How Bilibili Scaled Its Operations: From Chaos to Automated DevOps
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 NativeDockerStandardization
0 likes · 9 min read
Enterprise Adoption of Container Technology: Standardization, Efficiency, and Competitive Advantage
Efficient Ops
Efficient Ops
Oct 5, 2016 · Operations

5 Must‑Read Ops ‘Prescriptions’ to Boost Your Infrastructure Skills

This article curates five technical reads—covering network operations, Google’s production environment, massive cost‑saving strategies, IDC automation, and Docker‑based RDS—each presented as a “medicine” with a brief description and a link for deeper insight.

Cloud ComputingDockerOperations
0 likes · 5 min read
5 Must‑Read Ops ‘Prescriptions’ to Boost Your Infrastructure Skills
DevOps
DevOps
Sep 29, 2016 · Cloud Native

Building a Container‑Based CI/CD Pipeline with VSTS/TFS for ASP.NET Core

This article explains how to use Microsoft Visual Studio Team Services/Team Foundation Server together with Docker to create a full‑stack, container‑based CI/CD pipeline for ASP.NET Core applications, covering environment setup, build agents, Docker host connections, and release strategies for test and production.

ASP.NET CoreCI/CDDocker
0 likes · 8 min read
Building a Container‑Based CI/CD Pipeline with VSTS/TFS for ASP.NET Core
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 DataCentOSDocker
0 likes · 9 min read
Build a Hadoop Cluster with Docker: Step‑by‑Step Guide
Node Underground
Node Underground
Sep 27, 2016 · Operations

8 Essential Tips for Securely Dockerizing Node.js Applications

This article outlines eight crucial best‑practice recommendations—such as creating a non‑root user, enabling user namespace mapping, caching node_modules, properly launching the main process, tagging images, managing processes externally, using production‑grade base images, and synchronizing system time—to securely containerize Node.js applications with Docker.

DockerNode.jscontainerization
0 likes · 2 min read
8 Essential Tips for Securely Dockerizing Node.js Applications
MaGe Linux Operations
MaGe Linux Operations
Sep 23, 2016 · Cloud Native

What Are Docker’s Biggest Drawbacks? A Critical Look at Its Limitations

While Docker revolutionizes application deployment with lightweight containers, it also suffers from significant limitations such as network configuration constraints, restricted library control, lack of clear audit trails, platform incompatibilities, limited isolation, and challenges in storage, logging, and resource management.

Cloud NativeContainersDocker
0 likes · 5 min read
What Are Docker’s Biggest Drawbacks? A Critical Look at Its Limitations
MaGe Linux Operations
MaGe Linux Operations
Sep 22, 2016 · Cloud Native

Master Docker Swarm 1.12: Build, Scale, and Manage High‑Availability Clusters

This article introduces Docker 1.12’s Swarm mode, detailing its new features such as service creation, health checks, scaling, scheduling constraints, load balancing, service discovery, and rolling updates, and provides step‑by‑step instructions for building a multi‑node Swarm cluster, deploying services, and handling node failures.

Container OrchestrationDockerSwarm
0 likes · 17 min read
Master Docker Swarm 1.12: Build, Scale, and Manage High‑Availability Clusters
Node Underground
Node Underground
Sep 21, 2016 · Backend Development

What Do Over 1,100 Node.js Developers Really Use? Survey Reveals Top Choices

A 2016 RisingStack survey of 1,126 Node.js developers shows that MongoDB and Redis dominate databases, AWS is the primary hosting platform, Docker is widely adopted, Promises lead async handling, and debugging remains the biggest challenge, offering valuable insights for backend technology decisions.

Developer SurveyDockerNode.js
0 likes · 4 min read
What Do Over 1,100 Node.js Developers Really Use? Survey Reveals Top Choices
Efficient Ops
Efficient Ops
Sep 17, 2016 · Databases

How LeTV Built a Scalable Docker‑Powered RDS Platform

This article examines the limitations of traditional database provisioning, explains why a platform‑based RDS solution is needed, and details LeTV's evolution of its cloud‑native RDS service—including Docker containerization, architecture upgrades, elastic scaling, monitoring, and lessons learned—providing a comprehensive guide for building efficient, automated database platforms.

DockerRDSdatabase
0 likes · 25 min read
How LeTV Built a Scalable Docker‑Powered RDS Platform
GF Securities FinTech
GF Securities FinTech
Sep 14, 2016 · Information Security

Securing Docker Microservices: Key Strategies from DockerCon 2016

At DockerCon 2016, Aaron Grattafiori outlined a comprehensive security framework for container‑based microservices, emphasizing user namespaces, custom AppArmor/SELinux policies, sec‑comp whitelists, hardened host OS, limited host access, network security, immutable containers, and secret management to achieve high‑assurance deployments.

AppArmorDockerLeast Privilege
0 likes · 11 min read
Securing Docker Microservices: Key Strategies from DockerCon 2016
GF Securities FinTech
GF Securities FinTech
Aug 31, 2016 · Cloud Native

How Containerization Transformed a Securities Trading Platform: Lessons from OpenTrading

This article explains how a securities firm adopted Docker and cloud‑native practices to overcome scaling, upgrade, and reliability challenges, detailing its four‑layer platform architecture, massive container deployments, orchestration strategies, and immutable DevOps best practices for high‑frequency trading environments.

Cloud NativeDockerdevops
0 likes · 15 min read
How Containerization Transformed a Securities Trading Platform: Lessons from OpenTrading
ITPUB
ITPUB
Aug 31, 2016 · Cloud Native

Master Decentralized Governance, Service Discovery, and Fault Tolerance in Cloud‑Native Microservices

This article explains how microservices adopt decentralized governance, outlines service registration and discovery mechanisms, details Docker and Kubernetes deployment strategies, describes security using OAuth2/OpenID, discusses transaction handling and fault‑tolerance patterns such as circuit breaking and timeouts, providing practical guidance for building robust cloud‑native systems.

Cloud NativeDockerGovernance
0 likes · 12 min read
Master Decentralized Governance, Service Discovery, and Fault Tolerance in Cloud‑Native Microservices
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.

Cloud ComputingDockercontainer
0 likes · 12 min read
Docker Architecture Overview and Module Functions
Node Underground
Node Underground
Aug 25, 2016 · Backend Development

How Netflix Reinvented Its Backend with Node.js and Docker for Scalability

Netflix, facing explosive user growth and a proliferation of client devices, overhauled its monolithic Java/Groovy backend by extracting hundreds of data‑access scripts into independent Node.js services running in Docker containers, using semver versioning to boost scalability, simplify architecture, and accelerate development.

DockerNetflixNode.js
0 likes · 3 min read
How Netflix Reinvented Its Backend with Node.js and Docker for Scalability
DevOps
DevOps
Aug 13, 2016 · Cloud Computing

How to Build a High-Performance Private Docker Registry Using Azure Storage

This article explains how to set up a fast, stable private Docker Registry by leveraging Azure Storage as the backend, detailing the creation of Azure-hosted Docker machines, configuring the registry containers for both macOS/Linux and Windows, and providing scripts to pull and push images through the Azure-backed storage.

AzureDockerRegistry
0 likes · 7 min read
How to Build a High-Performance Private Docker Registry Using Azure Storage
Architects' Tech Alliance
Architects' Tech Alliance
Aug 11, 2016 · Cloud Native

Understanding Docker Native Networking Architecture

This article explains Docker's native networking model, covering Linux namespaces, veth pairs, the docker0 bridge, container IP assignment, port exposure, Docker links, Libcontainer versus LXC, and the need for advanced network optimization solutions for complex cloud environments.

Cloud NativeDockerLinux Namespaces
0 likes · 9 min read
Understanding Docker Native Networking Architecture
MaGe Linux Operations
MaGe Linux Operations
Aug 10, 2016 · Cloud Native

Master Docker Swarm: Build, Deploy, and Manage High‑Availability Clusters

This guide explains Docker Swarm’s architecture, installation methods, and step‑by‑step procedures for creating a high‑availability Swarm cluster, including manager and node setup, TLS security, service discovery with Consul, and essential Docker commands for operating and testing the cluster.

Container OrchestrationDockerDocker Swarm
0 likes · 9 min read
Master Docker Swarm: Build, Deploy, and Manage High‑Availability Clusters
Efficient Ops
Efficient Ops
Aug 4, 2016 · Operations

Is Docker Truly Revolutionary? Insights from a Live Technical Debate

The article recounts a live debate at the Shanghai Operations Day where experts examined whether Docker is truly revolutionary, offering PDCA‑based preparation, execution, and post‑debate strategies, and presenting key arguments from both sides along with practical tips for effective technical debates.

Container TechnologyDockerPDCA
0 likes · 8 min read
Is Docker Truly Revolutionary? Insights from a Live Technical Debate
DevOps
DevOps
Aug 4, 2016 · Cloud Computing

Docker for Windows and macOS: Installation Guide and Basic Usage

This guide explains how to download, install, and configure Docker on Windows 10 and macOS, covering prerequisites, enabling Hyper‑V, running the installer, adjusting memory settings, and basic Docker commands such as checking info, running hello‑world, launching Ubuntu and Nginx containers, and viewing running containers.

DockerInstallationWindows
0 likes · 6 min read
Docker for Windows and macOS: Installation Guide and Basic Usage
High Availability Architecture
High Availability Architecture
Aug 2, 2016 · Cloud Native

Benefits and Challenges of Containerizing OpenStack

The article explains the growing trend of containerizing OpenStack, describes how projects like Kolla achieve this, and outlines the advantages such as easier upgrades, greater flexibility, simplified configuration management, reduced OS vendor lock‑in, faster deployment, and improved monitoring and innovation.

Cloud NativeDockerKolla
0 likes · 11 min read
Benefits and Challenges of Containerizing OpenStack
DevOps
DevOps
Jul 28, 2016 · Backend Development

Developing ASP.NET Core Applications on macOS with VS Code, Docker, and MySQL

This tutorial explains how to set up a macOS development environment with Visual Studio Code and .NET Core, create an ASP.NET Core web application, configure a MySQL database using Docker containers, and package the app for production deployment with Docker Compose.

ASP.NET CoreDockerVS Code
0 likes · 15 min read
Developing ASP.NET Core Applications on macOS with VS Code, Docker, and MySQL
DevOps
DevOps
Jul 28, 2016 · Backend Development

Developing ASP.NET Core Applications on macOS with VS Code, Docker, and MySQL

This tutorial explains how to set up a macOS development environment with Visual Studio Code and .NET Core, create an ASP.NET Core web application using Yeoman, configure MySQL via Docker, and package and deploy the app with Docker and docker‑compose.

ASP.NET CoreDockerVS Code
0 likes · 15 min read
Developing ASP.NET Core Applications on macOS with VS Code, Docker, and MySQL
dbaplus Community
dbaplus Community
Jul 25, 2016 · Operations

How to Achieve Fast, Reliable Continuous Delivery with Microservices and DevOps

This article explains the core concepts of continuous delivery, the challenges it faces, practical solutions such as automated testing, CI pipelines, infrastructure‑as‑code tools like Ansible, Docker containerization, and how microservices interact with DevOps to enable rapid, safe releases.

Continuous DeliveryDockerinfrastructure as code
0 likes · 32 min read
How to Achieve Fast, Reliable Continuous Delivery with Microservices and DevOps
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2016 · Cloud Native

Unlock Docker: Core Concepts, Architecture, and Practical Commands

This article provides a comprehensive overview of Docker, covering its definition, client‑server architecture, differences from traditional virtual machines, key advantages, essential terminology, installation steps, repository and image concepts, common Docker commands, Dockerfile instructions, container management, and volume handling, all illustrated with diagrams and code examples.

Cloud NativeDockerLinux
0 likes · 20 min read
Unlock Docker: Core Concepts, Architecture, and Practical Commands
360 Quality & Efficiency
360 Quality & Efficiency
Jul 22, 2016 · Mobile Development

Mobile UI Automation Practices and Tools: WalmartLabs, Taobao Performance Testing, and More

The article presents a comprehensive overview of mobile UI automation and performance testing practices, covering WalmartLabs' Appium-based framework, Taobao's SDK timing and frame‑drop analysis, quality assurance systems, crash analysis, static code scanning, AppCrawler, Macaca, MockServer usage, and Docker‑based test environments.

AppiumDockerMocking
0 likes · 8 min read
Mobile UI Automation Practices and Tools: WalmartLabs, Taobao Performance Testing, and More
DevOps
DevOps
Jul 17, 2016 · Cloud Native

10 Things You Should Know About Docker

This article outlines ten essential facts about Docker—from its role as a software packaging and deployment tool and its roots in long‑standing container technology, to its cross‑platform support, performance advantages, rapid evolution, competition, and the cautions enterprises should consider before adopting it.

Cloud NativeDockerdevops
0 likes · 9 min read
10 Things You Should Know About Docker
DevOps
DevOps
Jul 10, 2016 · Cloud Native

Getting Started with Docker for .NET Core Development on Windows

This guide walks .NET developers through the history of .NET Core, explains why Docker is essential for modern development, and provides step‑by‑step instructions for installing Docker for Windows, configuring Visual Studio, creating a .NET Core web app, adding Docker support, and debugging the containerized application.

.NET CoreDockerVisual Studio
0 likes · 13 min read
Getting Started with Docker for .NET Core Development on Windows
Efficient Ops
Efficient Ops
Jul 6, 2016 · Cloud Native

How Docker Transforms Cloud Delivery: Real‑World Practices from Alibaba

This article summarizes a 2016 Global Operations conference talk that explains how Docker and micro‑services reshape software delivery, covering Alibaba's container usage, cloud‑native principles, continuous integration, immutable infrastructure, and practical tips for deploying containers at scale.

Container OrchestrationContinuous DeliveryDocker
0 likes · 27 min read
How Docker Transforms Cloud Delivery: Real‑World Practices from Alibaba
Qunar Tech Salon
Qunar Tech Salon
Jul 1, 2016 · Operations

Optimizing Jenkins CI/CD Architecture with Docker and Container Orchestration

The article explains Jenkins' single‑node and master‑slave deployment models, outlines the scalability and resource challenges of traditional setups, and proposes replacing test machines with Docker containers managed by Kubernetes or Swarm to improve efficiency, maintainability, and resource utilization.

CI/CDDockerJenkins
0 likes · 7 min read
Optimizing Jenkins CI/CD Architecture with Docker and Container Orchestration
Architect
Architect
Jun 20, 2016 · Operations

Application Migration and Docker‑Based Deployment Practices

The article explains how to achieve simple, fast, and lossless application migration by separating immutable binaries from external configuration, and how Docker containers and layered images can streamline deployment, scaling, configuration management, and persistent data handling.

Application MigrationDockerconfiguration management
0 likes · 7 min read
Application Migration and Docker‑Based Deployment Practices
Efficient Ops
Efficient Ops
Jun 19, 2016 · Databases

One‑Click Docker Deployment of a Redis Sharding Cluster

This guide explains how to build Docker images, configure Redis, and orchestrate containers to create a fully automated, one‑click Redis sharding cluster, covering preparation, scripting, configuration, and verification steps.

Database deploymentDockerRedis
0 likes · 11 min read
One‑Click Docker Deployment of a Redis Sharding Cluster
Efficient Ops
Efficient Ops
May 31, 2016 · Cloud Computing

What the 2016 Cloud Survey Reveals About DevOps and Docker Adoption

The 2016 RightScale cloud computing survey of 1,060 respondents shows rapid growth in DevOps usage, a doubling of Docker adoption, diverse tool combinations, and highlights container challenges such as lack of experience, with Europe leading Docker usage and a strong push for education and practice.

Cloud ComputingContainersDocker
0 likes · 13 min read
What the 2016 Cloud Survey Reveals About DevOps and Docker Adoption
Efficient Ops
Efficient Ops
May 19, 2016 · Operations

How Docker Powers the Three Ways of DevOps: Speed, Feedback, and Learning

This article explains how Docker supports the three DevOps principles—system thinking, rapid feedback loops, and a culture of continuous experimentation—by accelerating development, reducing variation, and improving visibility across the software delivery pipeline.

Continuous DeliveryDockercontainerization
0 likes · 14 min read
How Docker Powers the Three Ways of DevOps: Speed, Feedback, and Learning
Efficient Ops
Efficient Ops
May 16, 2016 · Cloud Native

How JD Scaled to 100,000 Docker Containers: Lessons in Cloud‑Native Operations

This article details JD.com's journey from physical servers to a massive Docker‑based cloud‑native platform, covering challenges, architecture, elastic scheduling, monitoring, and resource‑driven operations that support tens of thousands of containers across multiple data centers.

DockerMonitoringResource Management
0 likes · 26 min read
How JD Scaled to 100,000 Docker Containers: Lessons in Cloud‑Native Operations
21CTO
21CTO
May 16, 2016 · Operations

How to Centralize Logs from Dockerized Services Using Flume and Kafka

This article explains a practical architecture for aggregating logs from distributed Docker containers by employing Flume NG as a lightweight log collector, Kafka as a high‑throughput message bus, and custom sinks to store logs per service, module and day with low latency and minimal resource impact.

DockerFlumeOperations
0 likes · 17 min read
How to Centralize Logs from Dockerized Services Using Flume and Kafka
Architect
Architect
May 16, 2016 · Operations

Centralized Log Collection for Distributed Docker Services Using Flume and Kafka

This article presents a practical architecture for centrally collecting dispersed logs from Docker‑based services in a distributed environment by leveraging Flume NG as a non‑intrusive log agent, Kafka as a high‑throughput message bus, and custom sinks to partition logs by service, module, and day.

Dockerdistributed systemskafka
0 likes · 15 min read
Centralized Log Collection for Distributed Docker Services Using Flume and Kafka
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.

DockerOCIcontainer runtime
0 likes · 17 min read
Why Docker Daemon Is a Minefield: Lessons from a Former Google SRE
Efficient Ops
Efficient Ops
Apr 12, 2016 · Operations

From PHP Coder to DevOps Leader: Tencent CDN & Game Data Ops Insights

This article chronicles Liu Tiansi’s 13‑year journey from a PHP/Java developer to a senior operations engineer at Tencent, detailing his open‑source contributions, large‑scale CDN management, massive game data pipelines, DevOps practices, and practical lessons for building reliable, automated infrastructure.

CDNCloud ComputingDocker
0 likes · 17 min read
From PHP Coder to DevOps Leader: Tencent CDN & Game Data Ops Insights
Architecture Digest
Architecture Digest
Apr 11, 2016 · Backend Development

Microservices in Practice: Concepts, Design, Integration, and Deployment

This article explains the fundamentals of microservices architecture, contrasting it with monolithic and SOA approaches, and details design principles, messaging patterns, integration styles, data decentralization, governance, service discovery, deployment with Docker and Kubernetes, security, transaction handling, and fault‑tolerance techniques.

API GatewayDockerMicroservices
0 likes · 20 min read
Microservices in Practice: Concepts, Design, Integration, and Deployment
Architects' Tech Alliance
Architects' Tech Alliance
Apr 10, 2016 · Cloud Native

Why Docker Became the Core of Modern Cloud‑Native Computing

Docker, built on Linux container technologies, offers a portable, cross‑platform runtime environment and a rich ecosystem—including image registries, orchestration tools, and cloud integrations—that simplifies development, deployment, and management of distributed applications, while providing resource isolation, high utilization, and DevOps automation.

Cloud NativeContainersCross-Platform
0 likes · 8 min read
Why Docker Became the Core of Modern Cloud‑Native Computing
MaGe Linux Operations
MaGe Linux Operations
Apr 9, 2016 · Cloud Native

The Real Challenge of Microservices: Service Splitting and Building a Cloud‑Native Platform

The article explores the multiple demands on internet systems, explains why business service granularity is the biggest obstacle to microservice adoption, and shares practical insights on designing a cloud‑native platform with Docker, Kubernetes, unified monitoring, API governance, and multi‑tenant resource isolation.

API designDockerMicroservices
0 likes · 10 min read
The Real Challenge of Microservices: Service Splitting and Building a Cloud‑Native Platform
Meituan Technology Team
Meituan Technology Team
Apr 8, 2016 · Frontend Development

Boosting Frontend Efficiency: Meituan’s Node.js, React, and Engineering Automation Insights

The Meituan‑Dianping tech salon recap reveals how their frontend teams leverage Node.js for high‑traffic services, Docker‑based builds, a custom monitoring tool, a React‑powered H5 publishing platform, modern engineering scaffolds, and the Vane API integration system to dramatically improve development speed and reduce costs.

DockerNode.jsReAct
0 likes · 8 min read
Boosting Frontend Efficiency: Meituan’s Node.js, React, and Engineering Automation Insights
DevOps
DevOps
Apr 1, 2016 · Cloud Computing

Microsoft’s Linux Compatibility Layer and Its Impact on Docker and Cloud Computing

The article analyzes Microsoft’s introduction of a Linux‑compatible subsystem in Windows, explaining its technical architecture, performance advantages over emulation, and how it paves the way for Docker containers on Windows Server, thereby influencing cloud‑computing and DevOps strategies.

DockerMicrosoftWSL
0 likes · 7 min read
Microsoft’s Linux Compatibility Layer and Its Impact on Docker and Cloud Computing
High Availability Architecture
High Availability Architecture
Mar 18, 2016 · Backend Development

High‑Availability Architecture of Upyun Image Processing Service

The article details Upyun's high‑availability image processing architecture, covering workload‑aware system design, custom GmServer implementation, task scheduling, current strengths and limitations, and future directions such as a ServiceServer‑based queue and Docker‑driven dynamic scaling.

Cloud ServicesDockerHigh Availability
0 likes · 15 min read
High‑Availability Architecture of Upyun Image Processing Service
Architecture Digest
Architecture Digest
Mar 17, 2016 · Backend Development

Cookpad’s Microservices Experience: Service Granularity, Integration, and Deployment Practices

This article shares Cookpad’s practical experience with microservices, covering service granularity, RESTful integration, parallel processing, fault tolerance, testing strategies, logging, Docker‑based deployment pipelines, and company‑wide support mechanisms that together improve development speed and reliability.

CI/CDDockerMicroservices
0 likes · 12 min read
Cookpad’s Microservices Experience: Service Granularity, Integration, and Deployment Practices
Architecture Digest
Architecture Digest
Mar 5, 2016 · Operations

Dianping Operations Architecture Overview and Best Practices

This article presents a comprehensive overview of Dianping's operations architecture, detailing team organization, multi‑data‑center infrastructure, monitoring layers, automation tools, configuration management systems, incident analysis, lessons learned, and future directions such as Docker and PaaS adoption.

AutomationDockerMonitoring
0 likes · 16 min read
Dianping Operations Architecture Overview and Best Practices
Efficient Ops
Efficient Ops
Feb 29, 2016 · Cloud Computing

Unlocking Cloudify: A Deep Dive into Open-Source Cloud Orchestration

This article provides a comprehensive overview of Cloudify, an open‑source cloud orchestration platform, covering its evolution from Java to Python, core components, architecture, integration with Docker and OpenStack, typical use cases, and practical deployment scenarios for efficient operations.

CloudifyDockerOpenStack
0 likes · 14 min read
Unlocking Cloudify: A Deep Dive into Open-Source Cloud Orchestration
ITPUB
ITPUB
Feb 22, 2016 · Cloud Native

Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It

A Linux kernel bug caused virtual Ethernet (veth) devices in container environments to ignore TCP checksum validation, leading to corrupted data reaching applications, and the article explains the incident, investigation, reproducible tests, root cause in the veth driver, and the patch that resolves the issue.

DockerLinuxchecksum bug
0 likes · 11 min read
Why Linux veth Devices Miss TCP Checksums in Containers and How to Fix It
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.

DockerFlumeJava
0 likes · 7 min read
Collecting Docker Container Logs with Flume: Strategies and Implementation
Efficient Ops
Efficient Ops
Feb 3, 2016 · Operations

Zero‑Touch Java Deployment with Docker: A Four‑Step Guide

This article walks through a practical Docker‑based continuous deployment pipeline for a Java application, showing how Git, Jenkins, and Docker Registry can be configured to automatically build, test, and deploy code without manual intervention, complete with screenshots and FAQs.

CI/CDContinuous DeploymentDocker
0 likes · 13 min read
Zero‑Touch Java Deployment with Docker: A Four‑Step Guide
21CTO
21CTO
Jan 25, 2016 · Cloud Native

Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects

InfoWorld’s 2016 Technology of the Year Awards spotlight Docker’s dominance, listing top container‑related projects such as Docker, Kubernetes, CoreOS, Mesos and others, while also covering a broad range of languages, tools, cloud services and big‑data platforms that shaped the tech landscape.

Cloud NativeContainersDocker
0 likes · 6 min read
Why Docker Still Dominates: 2016 Tech Awards Highlights & Key Container Projects
Node Underground
Node Underground
Jan 19, 2016 · Operations

Why Front‑End Developers Should Care About Docker: A Beginner’s Guide

This article explains how Docker’s build‑ship‑run model bridges front‑end development and containerization, covering Docker’s history, core concepts, a sample Dockerfile for a Node.js app, and practical scenarios where Docker improves environment consistency, resource efficiency, and scalability.

DockerOperationscontainerization
0 likes · 11 min read
Why Front‑End Developers Should Care About Docker: A Beginner’s Guide
Efficient Ops
Efficient Ops
Jan 12, 2016 · Operations

Mastering PaaS Operations: From Cloud1.0 to Resource‑Centric Architecture

This article explores the evolution of cloud platforms—from early virtualization (Cloud1.0) through resource‑centric Cloud2.0 to application‑centric PaaS (Cloud3.0)—detailing essential operations tasks such as resource allocation, deployment, service discovery, and log management, and outlining practical design choices using Docker, Mesos, and ELK.

Cloud ComputingDockerELK
0 likes · 15 min read
Mastering PaaS Operations: From Cloud1.0 to Resource‑Centric Architecture
High Availability Architecture
High Availability Architecture
Jan 12, 2016 · Cloud Native

Joyent CTO Bryan Cantrill Discusses Docker Containers, Industry Challenges, and the Future of Cloud‑Native Computing

In a 2016 TechTarget interview, Joyent CTO Bryan Cantrill explains Joyent’s early adoption of OS‑level containers, the launch of its native container platform Triton, the current state of container technology, the need for better micro‑service migration strategies, and his outlook on the evolving cloud‑native ecosystem.

ContainersDockerJoyent
0 likes · 8 min read
Joyent CTO Bryan Cantrill Discusses Docker Containers, Industry Challenges, and the Future of Cloud‑Native Computing
Architects Research Society
Architects Research Society
Dec 31, 2015 · Cloud Computing

Cloud Foundry vs Docker: A High‑Level Comparison for Developers

The article compares IBM Bluemix's Cloud Foundry and Docker, outlining their core concepts, key advantages such as ease of use versus portability, differences in packaging, scalability, service integration, and provides guidance on choosing the right platform for various application needs.

Cloud ComputingCloud FoundryContainers
0 likes · 13 min read
Cloud Foundry vs Docker: A High‑Level Comparison for Developers
Efficient Ops
Efficient Ops
Dec 23, 2015 · Cloud Native

Can Docker Become the IT World’s Game-Changing “Container”?

The article draws a parallel between the historical impact of shipping containers and Docker, arguing that Docker’s container ecosystem could reshape IT production, operations, and cloud services by enabling standardized, portable workloads and fostering a new era of collaborative software delivery.

ContainersDockerdevops
0 likes · 18 min read
Can Docker Become the IT World’s Game-Changing “Container”?