Tagged articles
2379 articles
Page 23 of 24
Efficient Ops
Efficient Ops
May 23, 2017 · Information Security

What’s New in Jumpserver? A Deep Dive into the Latest Open‑Source Bastion Host

This article introduces Jumpserver, an open‑source bastion host built with Python and Django, and details its major new version updates—including a full code refactor, component separation, Docker support, internationalization, RESTful APIs, and enhanced UI—highlighting how these changes improve security, extensibility, and deployment flexibility for enterprises.

Bastion HostDjangoDocker
0 likes · 7 min read
What’s New in Jumpserver? A Deep Dive into the Latest Open‑Source Bastion Host
转转QA
转转QA
May 17, 2017 · Cloud Native

Building and Sharing a Docker Image for mysqldiff on CentOS

This guide explains how to resolve database schema differences by creating a Docker image that packages mysqldiff on CentOS, detailing installation, image creation via both docker commit and Dockerfile, and publishing the image to Docker Hub for easy reuse.

CentOSContainerizationDocker
0 likes · 7 min read
Building and Sharing a Docker Image for mysqldiff on CentOS
Meituan Technology Team
Meituan Technology Team
May 12, 2017 · Cloud Native

Design and Implementation of the HULK Container Platform Scheduling System

The HULK Container Platform scheduling system, built for Meituan‑Dianping, combines a hybrid, actor‑based scheduler with filter‑and‑rank logic, configurable trade‑offs, and dynamic over‑commit to balance resource utilization, high availability, and massive concurrent placement decisions for thousands of containerized services.

Cloud-nativeDistributed SystemsDocker
0 likes · 17 min read
Design and Implementation of the HULK Container Platform Scheduling System
JD Retail Technology
JD Retail Technology
May 9, 2017 · Backend Development

Node.js Deployment with Tomcat: Architecture Options and Step‑by‑Step Implementation

This article outlines the rationale for adopting Node.js in the 京友邦 project, compares two deployment architectures—separate Node and Tomcat services versus co‑locating them in a single Docker container—and provides detailed step‑by‑step instructions for packaging, scripting, Nginx configuration, and monitoring to achieve a successful rollout.

DeploymentDockerOperations
0 likes · 8 min read
Node.js Deployment with Tomcat: Architecture Options and Step‑by‑Step Implementation
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
May 2, 2017 · Cloud Native

Master Jenkins Pipelines with Docker for Seamless Continuous Delivery

This article explains how to replace traditional, error‑prone release cycles with a Docker‑based Jenkins pipeline that automates building, testing, image creation, and deployment to Docker, Kubernetes or remote hosts, while sharing practical tips, sample Groovy code, and common Q&A for DevOps teams.

Continuous DeliveryDockerJenkins
0 likes · 18 min read
Master Jenkins Pipelines with Docker for Seamless Continuous Delivery
DevOps
DevOps
May 2, 2017 · Operations

Key DevOps Trends: Microservices Dominance, Docker Maturity, Incomplete Practices, Domain‑Specific Adoption, Technical Debt Management, Security, Windows/.NET, Testing, and Python

The article analyzes current DevOps trends, highlighting the continued focus on microservices, the maturation of Docker‑centric data‑center solutions, the challenges of incomplete DevOps adoption, emerging domain‑specific practices, technical debt restructuring, security integration, the untapped potential of Windows/.NET, the rise of non‑functional testing tools, and Python’s growing indispensability.

DevOpsDockerPython
0 likes · 14 min read
Key DevOps Trends: Microservices Dominance, Docker Maturity, Incomplete Practices, Domain‑Specific Adoption, Technical Debt Management, Security, Windows/.NET, Testing, and Python
DevOps
DevOps
May 1, 2017 · Cloud Computing

LinuxKit and NanoServer: Building Minimal OS Images for the Cloud Era

The article explores how DockerCon introduced LinuxKit and NanoServer as lightweight, YAML‑driven tools for assembling minimal, fast‑booting operating system images, discussing their relevance to cloud‑native efficiency, DevOps principles, and the shift from multipurpose host OSes to single‑purpose cloud OSes.

DockerLinuxKitNanoServer
0 likes · 7 min read
LinuxKit and NanoServer: Building Minimal OS Images for the Cloud Era
Efficient Ops
Efficient Ops
Apr 27, 2017 · Cloud Native

Why Docker Rebranded to Moby: Inside the Controversial Container Split

An in‑depth look at Docker’s transformation into the Moby project reveals how the company repackaged its flagship container platform, the community’s backlash over the split, the strategic motives behind the move, and what it means for the future of container‑based cloud native development.

Cloud NativeContainersDocker
0 likes · 10 min read
Why Docker Rebranded to Moby: Inside the Controversial Container Split
DevOps
DevOps
Apr 25, 2017 · Operations

Analyzing and Visualizing Docker Logs with the ELK Stack (Part Two)

This article explains how to analyze and visualize Docker container logs using the ELK stack, covering preparation, parsing tips, Kibana query techniques, and example visualizations to help monitor Dockerized environments effectively in production.

DockerELKKibana
0 likes · 7 min read
Analyzing and Visualizing Docker Logs with the ELK Stack (Part Two)
Efficient Ops
Efficient Ops
Apr 25, 2017 · Cloud Native

How CaaS Transforms Microservice Development and Operations with Docker

This article explains the differences between monolithic and microservice architectures, introduces Docker as a key tool for microservices, and details how a Container‑as‑a‑Service (CaaS) platform can provide service discovery, routing, logging, monitoring, auto‑scaling, SLA enforcement, and deployment strategies to simplify development and operations.

Auto ScalingCloud NativeDocker
0 likes · 16 min read
How CaaS Transforms Microservice Development and Operations with Docker
Qunar Tech Salon
Qunar Tech Salon
Apr 11, 2017 · Big Data

Implementing Dynamic Scaling for Spark on Mesos Using Marathon and Docker

This article describes how a team migrated Spark 1.6.x running on Mesos to a Marathon‑Docker based architecture that provides dynamic executor scaling, resolves configuration and resource‑allocation issues, and improves monitoring, fault‑tolerance, and upgrade processes for large‑scale streaming workloads.

DockerDynamic ScalingMarathon
0 likes · 17 min read
Implementing Dynamic Scaling for Spark on Mesos Using Marathon and Docker
DevOps
DevOps
Apr 10, 2017 · Cloud Native

Applying Docker and Kubernetes to Build Scalable, Automated Test Environments

The talk outlines how Docker and Kubernetes were adopted to streamline test environment provisioning, address challenges like environment inconsistency and resource scarcity, and enable automated, standardized, and scalable testing infrastructure through containerization, networking, storage, and cluster management techniques.

Cluster ManagementContainerizationDevOps
0 likes · 19 min read
Applying Docker and Kubernetes to Build Scalable, Automated Test Environments
MaGe Linux Operations
MaGe Linux Operations
Apr 7, 2017 · Operations

Deploy a Mezzanine Blog with Ansible and Docker: Step‑by‑Step Guide

This article walks through building a Mezzanine CMS blog, first manually on macOS, then automating the deployment with Ansible, refactoring using roles, and finally containerizing the setup with Docker, providing detailed commands, configuration files, and best‑practice tips for production environments.

DeploymentDevOpsDjango
0 likes · 10 min read
Deploy a Mezzanine Blog with Ansible and Docker: Step‑by‑Step Guide
High Availability Architecture
High Availability Architecture
Mar 29, 2017 · Cloud Native

Container Storage Plugins and Persistent Storage Architecture

This article explains how containers use storage plugins like Docker volume drivers and Convoy to integrate persistent storage, describes the plugin API, daemon architecture, backend driver abstractions, and discusses the trade‑offs of different storage types for cloud‑native applications.

ContainersConvoyDocker
0 likes · 14 min read
Container Storage Plugins and Persistent Storage Architecture
MaGe Linux Operations
MaGe Linux Operations
Mar 26, 2017 · Operations

Deploy an ELK Stack Quickly with Docker Compose

This guide explains how to set up the ELK (Elasticsearch, Logstash, Kibana) logging platform using Docker Compose, covering prerequisites, environment configuration, single‑host and multi‑host deployments, and verification steps to get a functional ELK stack in minutes.

DockerELKElasticsearch
0 likes · 6 min read
Deploy an ELK Stack Quickly with Docker Compose
Ctrip Technology
Ctrip Technology
Mar 17, 2017 · Cloud Computing

Ctrip Container Cloud: Architecture, Elastic Scaling, and Monitoring Practices

This article details Ctrip's journey in building a private container cloud to support rapid business growth, covering elasticity challenges, container deployment principles, orchestration platform choices, network design, operational issues, custom executors, monitoring solutions, and the overarching CDOS system.

Cloud ComputingDockerMesos
0 likes · 16 min read
Ctrip Container Cloud: Architecture, Elastic Scaling, and Monitoring Practices
StarRing Big Data Open Lab
StarRing Big Data Open Lab
Feb 17, 2017 · Big Data

What Big Data Topics Captivated Readers in 2016? Insights from Our Analytics

Analyzing reading statistics of 23 original articles published before the 2017 Chinese New Year, this report reveals that SQL on Hadoop, Lambda architecture, and Docker+Jenkins were the three hottest big‑data topics, while also discussing the rise of Kappa, SQL optimization importance, and ongoing innovation in the field.

Data AnalyticsDockerLambda architecture
0 likes · 9 min read
What Big Data Topics Captivated Readers in 2016? Insights from Our Analytics
Qunar Tech Salon
Qunar Tech Salon
Feb 16, 2017 · Backend Development

Building a RESTful API with Perfect in Swift: A Server‑Side Development Guide

This article walks through building a RESTful API using the Perfect framework in Swift, covering framework comparison, environment setup with Docker, project initialization, routing, database integration via MySQL‑Swift, error handling, logging, deployment, and lessons learned from server‑side Swift development.

DockerPerfectRESTful API
0 likes · 18 min read
Building a RESTful API with Perfect in Swift: A Server‑Side Development Guide
Architects' Tech Alliance
Architects' Tech Alliance
Feb 13, 2017 · Cloud Native

Comprehensive Overview of Docker: Architecture, Components, Orchestration, Storage, and Ecosystem

This article provides an extensive overview of Docker, covering its open‑source origins, client‑server architecture, container isolation, image management, orchestration tools such as Compose, Swarm and Machine, networking solutions, storage strategies, integration with PaaS/IaaS platforms, Kubernetes, OpenStack, DevOps practices, micro‑service architecture, and the broader Docker ecosystem.

Cloud NativeDevOpsDocker
0 likes · 24 min read
Comprehensive Overview of Docker: Architecture, Components, Orchestration, Storage, and Ecosystem
DevOps
DevOps
Feb 10, 2017 · Cloud Native

Top 10 Common Docker Misconceptions and Their Solutions

This article debunks the ten most frequent Docker misconceptions—ranging from platform limitations and development workflow constraints to debugging and database usage—by explaining why they are inaccurate and providing practical solutions such as using custom Dockerfiles, volume mounts, remote debugging, and proper container management commands.

CloudNativeDebuggingDevOps
0 likes · 13 min read
Top 10 Common Docker Misconceptions and Their Solutions
DevOps
DevOps
Feb 5, 2017 · Cloud Native

Understanding Containers and Container Management Platforms: From Concepts to Hands‑On Docker/Kubernetes Deployment

This article explains the evolution of cloud computing, the birth and principles of containers, their lightweight image‑based packaging, major orchestration platforms such as Kubernetes, Mesos and Swarm, and provides a step‑by‑step Docker tutorial for deploying a Java web application with load balancing.

ContainersDevOpsDocker
0 likes · 15 min read
Understanding Containers and Container Management Platforms: From Concepts to Hands‑On Docker/Kubernetes Deployment
Qunar Tech Salon
Qunar Tech Salon
Jan 25, 2017 · Frontend Development

Using Docker to Simplify Front‑End Development Environments

This article explains how Docker can address common front‑end development environment challenges—such as dependency complexity, version inconsistencies, and re‑deployment overhead—by providing lightweight, reproducible containers, and introduces the Dokit tool for rapid setup.

Development EnvironmentDockerfrontend development
0 likes · 9 min read
Using Docker to Simplify Front‑End Development Environments
Meituan Technology Team
Meituan Technology Team
Jan 23, 2017 · Cloud Native

Meituan-Dianping Docker Container Platform: Architecture and Practices

Meituan‑Dianping’s Docker Container Platform, built on a four‑layer architecture that integrates API orchestration, host‑side management, a hybrid image registry, OVS‑DPDK networking, LVM‑backed storage, and low‑overhead monitoring, enables seconds‑level scaling, live resource adjustments, and major cost savings across dozens of business units by combining containers with traditional VMs.

Cloud NativeDockerInfrastructure
0 likes · 23 min read
Meituan-Dianping Docker Container Platform: Architecture and Practices
DevOps
DevOps
Jan 19, 2017 · Cloud Native

Debugging .NET Core Applications in Docker with Visual Studio

This article explains how to set up a Docker‑based development and debugging environment for .NET Core applications using Visual Studio, covering installation of Docker for Windows, required extensions, Dockerfile and docker‑compose configuration, and step‑by‑step container debugging on Azure.

.NET CoreAzureContainerization
0 likes · 7 min read
Debugging .NET Core Applications in Docker with Visual Studio
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 NativeDevOpsDocker
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.

AliDockerContainerDocker
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.

DevOpsDockerLean
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 DevelopmentBest PracticesDocker
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 DeliveryDevOpsDocker
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.

AutoscalingDockerKubernetes
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.

Cloud NativeDevOpsDocker
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 NativeContainersDevOps
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 NativeContainerizationDevOps
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.

ContainerizationContinuous 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.

Backend ArchitectureDockerMicroservices
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.

ContainerizationDatabase 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.

DevOpsDockeransible
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 NativeContainerDevOps
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 CoreContainerizationDevOps
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 DataCentOSCluster
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.

ContainerizationDevOpsDocker
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 NativeContainersDevOps
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.

DevOpsDockerScaling
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.

DockerNode.jsTechnology Stack
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.

DatabaseDockerRDS
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.

AppArmorContainer SecurityDocker
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 NativeDevOpsDocker
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 ComputingContainerDevOps
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.

AzureDevOpsDocker
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
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.

DevOpsDockerInstallation
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 NativeContainerizationDocker
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 CoreDevOpsDocker
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
DevOps Coach
DevOps Coach
Jul 24, 2016 · Cloud Native

Deploying a Bookstore Microservice on AWS with Docker, Ansible, and Vagrant

This step‑by‑step guide shows how to set up an AWS Tokyo VM, install Git and Ansible, clone microservice lifecycle and bookstore repositories, configure Vagrant, build Docker images, run tests with docker‑compose, and push the resulting images to a private registry.

DockerMicroservicesVagrant
0 likes · 16 min read
Deploying a Bookstore Microservice on AWS with Docker, Ansible, and Vagrant
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 NativeContainerizationDevOps
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.

AppiumDockerMobile Automation
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 NativeDevOpsDocker
0 likes · 9 min read
10 Things You Should Know About Docker