Tagged articles
397 articles
Page 3 of 4
MaGe Linux Operations
MaGe Linux Operations
Mar 13, 2022 · Cloud Native

From Docker to Serverless Kubernetes: Tracing the Cloud‑Native Evolution

This article chronicles the evolution of cloud‑native container technology—from early IaaS and PaaS concepts, through Docker’s rise, Kubernetes’s dominance, to modern serverless offerings like Alibaba Cloud’s ECI and ASK—highlighting how managed services simplify operations and enable rapid, pod‑level scaling.

Alibaba CloudCloud NativeContainer
0 likes · 11 min read
From Docker to Serverless Kubernetes: Tracing the Cloud‑Native Evolution
IEG Growth Platform Technology Team
IEG Growth Platform Technology Team
Mar 7, 2022 · Mobile Development

Flutter Container Widgets and Layout Components

This article provides a comprehensive overview of Flutter's container‑type widgets—including Padding, DecoratedBox, Transform, Container, and Scaffold—explaining their differences from layout widgets, demonstrating their APIs, and showing practical code examples for UI composition and styling.

ContainerFlutterMobile Development
0 likes · 16 min read
Flutter Container Widgets and Layout Components
DevOps Engineer
DevOps Engineer
Feb 14, 2022 · Operations

Differences Between Vagrant and Docker: Use Cases and Characteristics

This article explains the fundamental differences between Vagrant and Docker, compares virtual machines and containers across isolation, resource usage, startup time and image size, and outlines when to choose Vagrant for VM management versus Docker for rapid application development and deployment.

ContainerDevOpsDocker
0 likes · 4 min read
Differences Between Vagrant and Docker: Use Cases and Characteristics
Open Source Linux
Open Source Linux
Feb 14, 2022 · Cloud Computing

Virtualization Explained: From VMware’s Binary Translation to Modern Containers

This article explores the evolution of virtualization technologies, detailing the principles and differences of full and para-virtualization, hardware‑assisted solutions like Intel VT/AMD‑V, and the rise of containerization with LXC and Docker, while illustrating key architectures such as VMware, Xen, KVM‑QEMU, and GPU virtualization.

ContainerDockerKVM
0 likes · 21 min read
Virtualization Explained: From VMware’s Binary Translation to Modern Containers
Liangxu Linux
Liangxu Linux
Jan 1, 2022 · Cloud Native

How to Gracefully Stop Docker Containers Using Signals, ENTRYPOINT, and CMD

This article explains Linux signals, the difference between exec and shell forms of Dockerfile ENTRYPOINT and CMD, and demonstrates with Go and shell script examples how to configure containers so that docker stop sends SIGTERM correctly for a clean shutdown instead of a forced kill.

ContainerDockerENTRYPOINT
0 likes · 11 min read
How to Gracefully Stop Docker Containers Using Signals, ENTRYPOINT, and CMD
Efficient Ops
Efficient Ops
Dec 19, 2021 · Cloud Native

Master Docker & Kubernetes Networking: From Bridge to Flannel Explained

This article walks through Docker's built‑in network drivers—including bridge, host, none, overlay, macvlan and plugins—then dives into Kubernetes networking, detailing Pod communication, the Flannel CNI workflow, and how data traverses virtual bridges and physical interfaces.

CNIContainerDocker
0 likes · 12 min read
Master Docker & Kubernetes Networking: From Bridge to Flannel Explained
Cloud Native Technology Community
Cloud Native Technology Community
Dec 2, 2021 · Cloud Native

Understanding cgroup and namespace in Linux for Cloud‑Native Containers

This article explains the role of Linux cgroup and namespace technologies in providing resource isolation and security for containers, traces their historical development from early chroot mechanisms to modern Docker and Kubernetes, and details cgroup architecture, core files, migration, delegation, and practical usage examples.

ContainerDockerLinux
0 likes · 17 min read
Understanding cgroup and namespace in Linux for Cloud‑Native Containers
Top Architect
Top Architect
Nov 5, 2021 · Backend Development

Microservices Architecture Overview: Core Concepts, Benefits, Challenges and Implementation

This article provides a comprehensive overview of microservices architecture, explaining its definition, core principles such as small independent services, process isolation, lightweight communication, independent deployment and management, while also discussing advantages, drawbacks, suitable organizations, service discovery, gateway, configuration center, monitoring, containerization, orchestration and related tooling.

Containerarchitecturegateway
0 likes · 17 min read
Microservices Architecture Overview: Core Concepts, Benefits, Challenges and Implementation
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Oct 15, 2021 · Operations

OverlayFS: Mounting, File Operations, and Android Use Cases

OverlayFS is a stacking file system that merges lower and upper directories into a single view using mount options like lowerdir, upperdir, and workdir, supports copy‑up, whiteouts, opaque directories and configurable rename handling, and is employed in Android, OpenWRT, and container platforms to provide writable overlays on read‑only layers.

AndroidContainerFilesystem
0 likes · 8 min read
OverlayFS: Mounting, File Operations, and Android Use Cases
ZhiKe AI
ZhiKe AI
Oct 11, 2021 · Cloud Native

How to Import and Export Docker Images for Migration

This guide explains how to migrate Docker images by using the docker load/save commands for image‑level import/export and the docker import/export commands for container‑level import/export, detailing each command's options and providing concrete examples.

CLIContainerDocker
0 likes · 5 min read
How to Import and Export Docker Images for Migration
Architects' Tech Alliance
Architects' Tech Alliance
Oct 2, 2021 · Industry Insights

What Is CNCF? Unpacking Cloud Native’s Evolution, Tech Stack, and Survey Insights

This article provides a comprehensive overview of the Cloud Native Computing Foundation (CNCF), its origins, definition of cloud‑native, the full technology stack, member organizations, key historical milestones, 2019 survey statistics, and a technical comparison between the SpringCloud + CloudFoundry and container + Kubernetes ecosystems.

CNCFCloud NativeContainer
0 likes · 9 min read
What Is CNCF? Unpacking Cloud Native’s Evolution, Tech Stack, and Survey Insights
Architects' Tech Alliance
Architects' Tech Alliance
Sep 28, 2021 · Cloud Native

Understanding Docker: Lightweight Virtualization, Benefits, and How It Works

Docker is a lightweight, open‑source container platform that packages applications and their dependencies into portable images, offering faster startup, lower resource consumption, and easier migration compared to traditional virtual machines, while providing isolation, standardization, and security for modern cloud‑native deployments.

Cloud NativeContainerDevOps
0 likes · 8 min read
Understanding Docker: Lightweight Virtualization, Benefits, and How It Works
Liangxu Linux
Liangxu Linux
Sep 22, 2021 · Cloud Native

Master Dockerfile: Complete Guide to All Instructions and Best Practices

This article provides a comprehensive, step‑by‑step explanation of every Dockerfile instruction—including variables, FROM, RUN, CMD, LABEL, EXPOSE, ENV, ARG, ADD, COPY, ENTRYPOINT, VOLUME, STOPSIGNAL, HEALTHCHECK, SHELL, WORKDIR, and USER—along with syntax details, usage tips, and practical code examples for building efficient container images.

ContainerDockerDockerfile
0 likes · 12 min read
Master Dockerfile: Complete Guide to All Instructions and Best Practices
The Dominant Programmer
The Dominant Programmer
Sep 20, 2021 · Cloud Native

How to Install Jenkins on CentOS 7 Using Docker

This guide walks through installing Docker on CentOS 7, pulling the official Jenkins image, creating a host volume, running the container with proper port and volume mappings, retrieving the initial admin password, and completing the Jenkins setup with recommended plugins.

ContainerDockerInstallation
0 likes · 3 min read
How to Install Jenkins on CentOS 7 Using Docker
21CTO
21CTO
Sep 14, 2021 · Cloud Native

Why Docker’s Business Model Struggles: Lessons from the Container Wars

The article examines Docker’s shift to paid subscriptions, its missed partnership with Kubernetes, internal management conflicts, and how these strategic missteps have reshaped its role in the cloud‑native ecosystem, while exploring the future prospects under new leadership.

Business ModelContainerDocker
0 likes · 19 min read
Why Docker’s Business Model Struggles: Lessons from the Container Wars
Qingyun Technology Community
Qingyun Technology Community
Sep 13, 2021 · Cloud Native

Can WebAssembly Replace Docker? Insights from a Dapr Live Session

In a September 9 live session, Michael Yuan explained how WebAssembly serves as a high‑performance execution environment for Dapr, demonstrated building Go and Rust sidecars with WasmEdge, and answered audience questions about Docker replacement, real‑world adoption, memory management, isolation, and serverless use cases.

ContainerDaprEdge Computing
0 likes · 7 min read
Can WebAssembly Replace Docker? Insights from a Dapr Live Session
Top Architect
Top Architect
Sep 13, 2021 · Backend Development

In‑Depth Overview of Tomcat Architecture, Components, and Lifecycle

This article provides a comprehensive technical guide to Apache Tomcat, covering its servlet container architecture, core components such as Server, Service, Engine, Host, and Context, lifecycle management, request processing pipeline, connector types, JSP handling, asynchronous servlet support, and related code examples.

ContainerLifecycleServlet
0 likes · 19 min read
In‑Depth Overview of Tomcat Architecture, Components, and Lifecycle
IT Architects Alliance
IT Architects Alliance
Sep 1, 2021 · Cloud Native

Why Docker Desktop Went Commercial: New Features, Limits, and History

Docker announced a subscription‑based Business edition of Docker Desktop, outlining its enterprise‑focused features, pricing, the continued free Personal tier, and a detailed look at the platform’s architecture, workflow, and the company’s turbulent growth and two perceived “deaths.”

Business ModelCloud NativeContainer
0 likes · 10 min read
Why Docker Desktop Went Commercial: New Features, Limits, and History
DevOps Cloud Academy
DevOps Cloud Academy
Aug 29, 2021 · Operations

Handling Timezone and System Time Issues in Linux Containers and Kubernetes

This article explains the differences between hardware and system clocks, how Linux manages time zones, why container images often have incorrect default time zones, and provides multiple practical methods—including Dockerfile settings, volume mounts, environment variables, PodPreset, and libfaketime—to correctly set or adjust time in Docker and Kubernetes environments.

ContainerDockerKubernetes
0 likes · 13 min read
Handling Timezone and System Time Issues in Linux Containers and Kubernetes
Java Architect Essentials
Java Architect Essentials
Aug 20, 2021 · Cloud Native

Top Docker Alternatives and Their Features

This article explains the recent US export restrictions on Docker, highlights the need for open‑source replacements, and provides detailed overviews of ten prominent Docker alternatives—including Podman, LXC, RKT, OpenVZ, Rancher, Nanobox, Singularity, Kubernetes, OpenShift, and Apache Mesos—covering their key capabilities, security aspects, and platform support.

AlternativeCloud NativeContainer
0 likes · 13 min read
Top Docker Alternatives and Their Features
Liangxu Linux
Liangxu Linux
Aug 3, 2021 · Cloud Native

Retrieve Docker Run Commands & Export Dockerfiles with runlike and whaler

This guide introduces two handy Docker utilities—runlike for instantly printing a container's original run command and whaler for extracting a Dockerfile from an image—detailing installation via pip or Docker, usage examples, alias setup, and practical output considerations.

CLIContainerrunlike
0 likes · 5 min read
Retrieve Docker Run Commands & Export Dockerfiles with runlike and whaler
The Dominant Programmer
The Dominant Programmer
Jul 26, 2021 · Cloud Native

How to Install and Configure Docker on CentOS 7

This guide walks through installing Docker CE on a CentOS 7 system, covering prerequisite kernel checks, repository configuration, package installation, verification with hello‑world, common troubleshooting, and clean removal steps, while explaining core Docker concepts such as images, containers, and registries.

CentOS 7ContainerDocker
0 likes · 5 min read
How to Install and Configure Docker on CentOS 7
Top Architect
Top Architect
Jul 20, 2021 · Operations

Docker Command Cheat Sheet: Managing Containers, Images, and Operations

This guide provides a comprehensive collection of Docker commands for inspecting Docker versions, handling images (listing, searching, pulling, deleting, building), and managing containers (starting, stopping, logging, attaching, executing, committing, and copying files), offering a practical reference for developers and operations engineers.

ContainerDockerImage
0 likes · 10 min read
Docker Command Cheat Sheet: Managing Containers, Images, and Operations
Practical DevOps Architecture
Practical DevOps Architecture
Jun 21, 2021 · Cloud Native

How to Set Up and Use a Local Docker Registry

This guide explains how to launch a private Docker registry on localhost, push a BusyBox image to it, remove the local copies, and then pull the image back from the registry, demonstrating the full push‑pull workflow with Docker commands.

ContainerImage PullImage Push
0 likes · 4 min read
How to Set Up and Use a Local Docker Registry
Practical DevOps Architecture
Practical DevOps Architecture
Jun 10, 2021 · Operations

Understanding Docker Volumes and Host‑Container Data Sharing

This article explains how Docker volumes work, how to mount host directories into containers using the -v and --mount options, and demonstrates data persistence by creating a volume, inspecting its storage location, and verifying that files created inside the container appear on the host.

ContainerData PersistenceDevOps
0 likes · 6 min read
Understanding Docker Volumes and Host‑Container Data Sharing
Practical DevOps Architecture
Practical DevOps Architecture
May 28, 2021 · Cloud Native

Best Practices for Writing Efficient Dockerfiles

This article explains the advantages of using Dockerfiles for image building, outlines key principles such as single responsibility, commenting, minimalism, proper base image selection, .dockerignore usage, cache optimization, and timezone configuration, and provides a practical example Dockerfile to improve build speed and image size.

Cloud NativeContainerDevOps
0 likes · 7 min read
Best Practices for Writing Efficient Dockerfiles
Huolala Tech
Huolala Tech
May 14, 2021 · Cloud Native

Mount S3 as a Filesystem in Kubernetes with s3fs-fuse and DaemonSet

This article explains how to use FUSE‑based s3fs to mount an Amazon S3 bucket as a regular filesystem inside Kubernetes pods via a DaemonSet, covering background, FUSE principles, implementation steps, Docker image creation, ConfigMap and DaemonSet configuration, and performance trade‑offs.

ContainerDaemonSetFUSE
0 likes · 14 min read
Mount S3 as a Filesystem in Kubernetes with s3fs-fuse and DaemonSet
MaGe Linux Operations
MaGe Linux Operations
Apr 27, 2021 · Cloud Native

Boost Docker Build Speed by 10%: Master BuildKit Optimizations

This tutorial explains how to enable Docker BuildKit and apply a series of Dockerfile optimizations—including reordering commands, using multi‑stage builds, minimizing base images, and leveraging cache and secret mounts—to significantly reduce build time and image size while improving maintainability and security.

BuildKitContainerDocker
0 likes · 13 min read
Boost Docker Build Speed by 10%: Master BuildKit Optimizations
MaGe Linux Operations
MaGe Linux Operations
Apr 26, 2021 · Operations

Essential Kubernetes Production Best Practices for Reliable DevOps

This article outlines key Kubernetes best practices for production environments, covering health probes, resource management, RBAC, cluster configuration, networking policies, monitoring, stateless design, autoscaling, runtime resource control, continuous learning, priority handling, zero‑downtime strategies, and failure planning to ensure secure, scalable, and highly available deployments.

Containerbest practices
0 likes · 12 min read
Essential Kubernetes Production Best Practices for Reliable DevOps
iQIYI Technical Product Team
iQIYI Technical Product Team
Apr 23, 2021 · Cloud Native

iQIYI Container Practice – Cloud‑Native Deployment Exploration and Implementation

At an April 10 technical salon, iQIYI’s Zhao Wei detailed the company’s shift from Mesos‑Marathon to Kubernetes, describing container application scenarios, evolving network stacks from bridge/NAT to Cilium/BGP, the adoption of Containerd with RunC and optional Kata runtimes, performance trade‑offs, and a hybrid scheduling approach that improves resource utilization across offline and online services.

ContainerKubernetesNetworking
0 likes · 15 min read
iQIYI Container Practice – Cloud‑Native Deployment Exploration and Implementation
Architect
Architect
Apr 16, 2021 · Cloud Native

Docker Architecture Overview and Component Analysis

This article provides a comprehensive overview of Docker’s overall architecture and detailed analysis of its core components—including client, daemon, engine, registry, graph database, drivers, and libcontainer—explaining how they interact to manage containers, images, networking, and execution within a cloud‑native environment.

Cloud NativeContainerDevOps
0 likes · 10 min read
Docker Architecture Overview and Component Analysis
Liangxu Linux
Liangxu Linux
Apr 3, 2021 · Cloud Native

Top 17 Docker Troubleshooting Tips: From Storage Migration to Network Errors

This guide compiles seventeen common Docker problems—including storage directory migration, disk space shortages, missing libraries, container corruption, network misconfigurations, and command‑line quirks—along with step‑by‑step solutions, configuration tweaks, and command examples to help engineers quickly diagnose and resolve container issues.

ConfigurationContainerDocker
0 likes · 26 min read
Top 17 Docker Troubleshooting Tips: From Storage Migration to Network Errors
Cloud Native Technology Community
Cloud Native Technology Community
Mar 16, 2021 · Cloud Native

How Docker Builds Images: Inside the CLI, API, and BuildKit Mechanics

This article provides a comprehensive, step‑by‑step analysis of Docker's client‑server architecture, the Docker Engine API for image building, the internal workings of the Docker CLI, the differences between the legacy builder and BuildKit, and how the dockerd daemon processes build requests, complete with code excerpts and diagrams.

APIBuildKitCLI
0 likes · 25 min read
How Docker Builds Images: Inside the CLI, API, and BuildKit Mechanics
Top Architect
Top Architect
Feb 7, 2021 · Cloud Native

A Comprehensive Guide to Docker Tools and the Container Ecosystem

This article provides an extensive overview of the most popular Docker‑related tools—including orchestration, CI/CD, monitoring, logging, security, storage, networking, service discovery, image building, and management solutions—detailing their core features, official websites, pricing models, and typical use cases for developers and operations engineers.

ContainerDevOpsDocker
0 likes · 23 min read
A Comprehensive Guide to Docker Tools and the Container Ecosystem
DeWu Technology
DeWu Technology
Jan 24, 2021 · Fundamentals

Overview of Video Container Formats and H.264 Encoding

The article outlines how video container formats such as AVI, MOV, MP4, WMV, RM, FLV and MKV package encoded streams, then explains H.264 encoding fundamentals—including I‑, P‑, B‑frames, macroblocks, GOP structure, and NAL units like SPS and PPS that define parameters for efficient compression and transport.

ContainerH.264NAL
0 likes · 10 min read
Overview of Video Container Formats and H.264 Encoding
MaGe Linux Operations
MaGe Linux Operations
Jan 21, 2021 · Cloud Native

Beyond Docker: Exploring Modern Container Engines and Build Tools

While Docker once dominated container workflows, a growing ecosystem of tools—such as Podman, Buildah, Kaniko, BuildKit, and various runtimes—offers daemon‑less, root‑less, OCI‑compatible alternatives for building, running, and distributing images, and this guide compares their features, commands, and use cases.

BuildahCloud NativeContainer
0 likes · 15 min read
Beyond Docker: Exploring Modern Container Engines and Build Tools
Efficient Ops
Efficient Ops
Dec 27, 2020 · Cloud Native

Mastering Docker and Kubernetes Networking: From Bridge to Flannel

This article explains Docker’s built‑in network drivers—including bridge, host, none, overlay, macvlan and plugins—detailing their setup and external access, then explores Kubernetes networking challenges and how Flannel implements pod‑to‑pod communication through virtual interfaces, routing, and encapsulation.

ContainerDockerFlannel
0 likes · 12 min read
Mastering Docker and Kubernetes Networking: From Bridge to Flannel
DevOps Cloud Academy
DevOps Cloud Academy
Dec 6, 2020 · Cloud Native

Using Docker Multistage Builds to Create Small, Efficient Images

This article explains how Docker's multistage build feature, introduced in version 17.05, enables faster image creation and significantly smaller container sizes by separating build steps into distinct stages within a single Dockerfile, and shows how to target specific stages during the build process.

Cloud NativeContainerDockerfile
0 likes · 6 min read
Using Docker Multistage Builds to Create Small, Efficient Images
Cloud Native Technology Community
Cloud Native Technology Community
Dec 1, 2020 · Information Security

Cloud Native Security Whitepaper – A Comprehensive Guide to Securing Cloud‑Native Development, Deployment, and Operations

This whitepaper provides a detailed, end‑to‑end framework for organizations and technical leaders to understand, implement, and continuously improve security across the cloud‑native lifecycle—covering development, release, deployment, runtime, supply‑chain protection, zero‑trust architecture, and compliance—while emphasizing automation, observability, and cross‑functional collaboration.

ContainerDevSecOpsSecurity
0 likes · 58 min read
Cloud Native Security Whitepaper – A Comprehensive Guide to Securing Cloud‑Native Development, Deployment, and Operations
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Nov 21, 2020 · Cloud Native

Understanding Serverless: Evolution, Definitions, and Its Role in Cloud‑Native Architecture

This article traces the six‑year evolution of Serverless from its 2012 concept to modern cloud‑native products, explains its definition, explores the rebirth of PaaS, examines Function Compute, container‑based Serverless, BaaS, and how these technologies complement microservices and accelerate digital transformation.

Cloud NativeContainerFunction Compute
0 likes · 14 min read
Understanding Serverless: Evolution, Definitions, and Its Role in Cloud‑Native Architecture
Liangxu Linux
Liangxu Linux
Nov 15, 2020 · Cloud Native

11 Beginner-Friendly Docker Projects to Boost Your Container Skills

Discover eleven easy-to-use Docker projects, each with a brief description, GitHub link, and popularity metrics, that help newcomers quickly practice containerization, explore real-world use cases, and deepen their understanding of Docker's capabilities across development and operations.

Containercloud-nativeopen-source
0 likes · 6 min read
11 Beginner-Friendly Docker Projects to Boost Your Container Skills
Top Architect
Top Architect
Nov 14, 2020 · Cloud Native

Docker Architecture Overview: Overall Structure and Component Analysis

This article provides a comprehensive overview of Docker's architecture, detailing the client‑server model, the roles of Docker Daemon, Engine, Registry, various drivers, Libcontainer, and how containers are created, managed, and delivered within a cloud‑native environment.

Cloud NativeContainerDocker
0 likes · 10 min read
Docker Architecture Overview: Overall Structure and Component Analysis
Programmer DD
Programmer DD
Nov 13, 2020 · Cloud Native

Run Podman on macOS Without Docker: A HyperKit‑Based Guide

This article explains how to run Podman on macOS by installing HyperKit, creating a lightweight Ubuntu VM, configuring Podman's remote API socket, and connecting the local CLI via SSH, providing a more resource‑efficient alternative to Docker Desktop.

ContainerHyperKitPodman
0 likes · 11 min read
Run Podman on macOS Without Docker: A HyperKit‑Based Guide
php Courses
php Courses
Nov 9, 2020 · Backend Development

In‑Depth Analysis of ThinkPHP Routing Mechanism and Facade Integration

This article provides a comprehensive walkthrough of ThinkPHP's routing system, explaining why routes are used, how the route initialization process works, how annotation routes and facades are resolved, and detailing the preprocessing of route rules, variable handling, and container‑based dependency injection.

ContainerFacadedependency-injection
0 likes · 16 min read
In‑Depth Analysis of ThinkPHP Routing Mechanism and Facade Integration
Alibaba Cloud Native
Alibaba Cloud Native
Oct 26, 2020 · Cloud Native

How Nydus Accelerates Container Image Delivery and Boosts Data Security

Nydus, an open‑source container image acceleration service built on Dragonfly, dramatically reduces image download time, enables on‑demand image loading, provides block‑level deduplication and end‑to‑end data integrity verification, and integrates seamlessly with OCI standards and cloud‑native ecosystems.

ContainerNydusOCI
0 likes · 10 min read
How Nydus Accelerates Container Image Delivery and Boosts Data Security
AntTech
AntTech
Oct 26, 2020 · Cloud Native

Nydus: Open‑Source Container Image Acceleration Service for Faster and Secure Deployments

The article introduces Nydus, an open‑source container image acceleration service co‑developed by Ant Group and Alibaba Cloud, explaining its architecture, on‑demand download, data deduplication, end‑to‑end consistency, OCI compatibility, and how it speeds up container startup while enhancing security.

Cloud NativeContainerDragonfly
0 likes · 10 min read
Nydus: Open‑Source Container Image Acceleration Service for Faster and Secure Deployments
Open Source Linux
Open Source Linux
Oct 16, 2020 · Cloud Native

Master Docker: From Image Basics to Advanced Container Deployments

This article provides a comprehensive guide to Docker, covering image concepts, UnionFS layering, image creation and loading principles, data volume usage, Dockerfile commands, building custom images, pushing to Alibaba Cloud, and deploying SpringBoot applications in containers.

Alibaba CloudContainerData Volume
0 likes · 13 min read
Master Docker: From Image Basics to Advanced Container Deployments
Alibaba Cloud Native
Alibaba Cloud Native
Oct 15, 2020 · Cloud Native

From Virtualization to Cloud Native: A 20‑Year Journey of Container Technology

This article traces the evolution of container technology from early OS virtualization concepts in the 1970s through the rise of Docker, Kubernetes, and CNCF standards, outlining four distinct development phases, resource‑isolation techniques, commercial service models, and future trends shaping the cloud‑native ecosystem.

CNCFContainerKubernetes
0 likes · 24 min read
From Virtualization to Cloud Native: A 20‑Year Journey of Container Technology
Top Architect
Top Architect
Oct 13, 2020 · Cloud Native

Understanding Docker Images, Layers, Volumes, and Dockerfile Usage

This article explains Docker images as lightweight, executable software packages, describes the UnionFS layering mechanism, outlines image characteristics, shows how to commit images, use container volumes (including named, anonymous, and bind mounts), and provides step‑by‑step Dockerfile examples for building custom CentOS, Tomcat, and SpringBoot images as well as uploading images to Alibaba Cloud.

Cloud NativeContainerDocker
0 likes · 12 min read
Understanding Docker Images, Layers, Volumes, and Dockerfile Usage
Open Source Linux
Open Source Linux
Sep 16, 2020 · Cloud Native

Master Docker Proxy Configuration: From daemon to containers and builds

Depending on network constraints like corporate NAT, Docker may require proxy settings; this guide explains three proxy scenarios—daemon (dockerd) via systemd, container-level via config.json, and build-time via build arguments—detailing the necessary environment variables, configuration files, and command-line options for Linux environments.

ContainerDockerLinux
0 likes · 5 min read
Master Docker Proxy Configuration: From daemon to containers and builds
360 Tech Engineering
360 Tech Engineering
Sep 11, 2020 · Backend Development

Key New Features of Java 11 and Practical Migration Guide

This guide explains why Java 11 is worth adopting, lists its major language and API enhancements over Java 8—including var type inference, improved collections, stream and HTTP client APIs—and provides detailed solutions for common migration issues such as missing JAXB modules and container‑aware JVM behavior.

BackendContainerHttpClient
0 likes · 6 min read
Key New Features of Java 11 and Practical Migration Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Aug 14, 2020 · Cloud Native

Why Cloud‑Native Architecture Is the Future of Scalable Applications

This article explains how cloud‑native principles—combining agile, DevOps, CI/CD, microservices, service governance, container technology, and cloud computing—address modern application challenges such as rapid deployment, elastic scaling, fault detection, self‑healing, and alignment with organizational structures.

Cloud NativeContainerDevOps
0 likes · 9 min read
Why Cloud‑Native Architecture Is the Future of Scalable Applications
Open Source Linux
Open Source Linux
Jul 12, 2020 · Operations

Master Docker Logging: Choose the Right Log Driver and Manage Container Logs Efficiently

This guide explains Docker's two log types, how to locate engine logs on various Linux distributions, how to use the docker logs command, and provides detailed configuration examples for each Docker log driver—including local, json‑file, syslog, and journald—plus strategies for handling file‑based container logs in production environments.

ContainerDockerjournald
0 likes · 24 min read
Master Docker Logging: Choose the Right Log Driver and Manage Container Logs Efficiently
JD Retail Technology
JD Retail Technology
Jul 10, 2020 · Mobile Development

JDFlutter: A One‑Stop Cross‑Platform Development Solution and Its Architecture

The article presents JDFlutter, a comprehensive Flutter‑based solution that unifies container, dynamic updates, module injection, Flutter‑to‑Web conversion, iOS size reduction, hybrid development, multi‑team workflows, and a Pub repository, aiming to streamline cross‑platform mobile development and improve efficiency at JD.com.

ContainerFlutterHybrid Development
0 likes · 12 min read
JDFlutter: A One‑Stop Cross‑Platform Development Solution and Its Architecture
Programmer DD
Programmer DD
Jun 14, 2020 · Backend Development

How to Quickly Build a MySQL Master‑Slave Cluster with Docker

This step‑by‑step guide shows how to use Docker on CentOS 7 to pull MySQL 5.7 images, configure master and slave my.cnf files, run containers, set up replication, and verify that a test database created on the master is automatically synchronized to the slave.

BackendContainerDocker
0 likes · 5 min read
How to Quickly Build a MySQL Master‑Slave Cluster with Docker
Open Source Linux
Open Source Linux
Jun 11, 2020 · Cloud Native

Master Docker Image Creation: From Containers to Dockerfiles

Learn three primary methods to create Docker images—committing from an existing container, importing a local template, and building from a Dockerfile—through step‑by‑step commands, code examples, and practical testing to ensure your custom images work as expected.

ContainerDevOpsDocker
0 likes · 7 min read
Master Docker Image Creation: From Containers to Dockerfiles
Open Source Linux
Open Source Linux
Jun 4, 2020 · Cloud Native

Master Docker Images: From Basics to Advanced Management

This article provides a comprehensive guide to Docker images, covering core concepts, image sources, essential commands for searching, pulling, tagging, inspecting, pruning, exporting, importing, and pushing images, along with practical examples and tips for effective container image management.

CLICloud NativeContainer
0 likes · 11 min read
Master Docker Images: From Basics to Advanced Management
StarRing Big Data Open Lab
StarRing Big Data Open Lab
May 26, 2020 · Cloud Computing

How TCOS 2.0 Empowers Big Data, AI, and Cloud Workloads with Enhanced Compatibility

TCOS 2.0, the container operating system from Transwarp, expands compatibility to Windows, ARM, MIPS, and domestic platforms, adds GPU heterogeneous scheduling, HPA autoscaling, enhanced local storage management, and improved monitoring, providing a robust foundation for big data, AI, and cloud-native applications.

Big DataContainerGPU scheduling
0 likes · 11 min read
How TCOS 2.0 Empowers Big Data, AI, and Cloud Workloads with Enhanced Compatibility
Alibaba Cloud Developer
Alibaba Cloud Developer
May 26, 2020 · Cloud Native

Why Serverless Containers Are Shaping the Future of Cloud‑Native Kubernetes

This article examines the rising trend of serverless containers, their application value, architectural design for cloud‑native Kubernetes, key challenges such as startup latency and scalability, and how Alibaba Cloud's Serverless Kubernetes and ECI solutions address these issues while offering a free learning course.

ContainerInfrastructureKubernetes
0 likes · 16 min read
Why Serverless Containers Are Shaping the Future of Cloud‑Native Kubernetes
Programmer DD
Programmer DD
Apr 15, 2020 · Operations

How to Shrink Docker Images by Up to 99.99% with Multi‑Stage Builds

This article explains why naïve Docker images can balloon to gigabytes, then walks through multi‑stage builds, language‑specific trimming techniques, and the use of minimal base images such as scratch, showing how to reduce image size from over a gigabyte to just a few megabytes while preserving developer and operations convenience.

ContainerDockerLinux
0 likes · 17 min read
How to Shrink Docker Images by Up to 99.99% with Multi‑Stage Builds
58 Tech
58 Tech
Apr 13, 2020 · Backend Development

Diagnosing and Optimizing High CPU Usage of a Go Service Migrated to Kubernetes Using Flame Graphs

This article describes how a Go‑based message‑push service migrated to a Kubernetes‑Docker container platform exhibited unexpectedly high CPU usage, the step‑by‑step profiling with go‑tool pprof and flame graphs, analysis of the Go GMP scheduler, and the resolution by configuring GOMAXPROCS to match the container‑allocated cores.

ContainerGOMAXPROCSGo
0 likes · 12 min read
Diagnosing and Optimizing High CPU Usage of a Go Service Migrated to Kubernetes Using Flame Graphs
Wukong Talks Architecture
Wukong Talks Architecture
Apr 8, 2020 · Cloud Native

Step-by-Step Guide to Installing Docker on Ubuntu

This article provides a complete, step‑by‑step tutorial for uninstalling old Docker versions, configuring the APT repository, installing Docker Engine on Ubuntu, verifying the installation, enabling automatic start on boot, and setting up image acceleration.

ContainerDevOpsUbuntu
0 likes · 3 min read
Step-by-Step Guide to Installing Docker on Ubuntu
Open Source Linux
Open Source Linux
Mar 3, 2020 · Cloud Native

Deploy Your Own Nextcloud Private Cloud with Docker in Minutes

This step‑by‑step guide shows how to install Docker CE on CentOS, pull the Nextcloud image, run the container with proper volume and port mappings, configure firewall and security groups, and finally access the web interface to set up a fully functional private cloud storage solution.

ContainerDeploymentDocker
0 likes · 5 min read
Deploy Your Own Nextcloud Private Cloud with Docker in Minutes
Efficient Ops
Efficient Ops
Feb 11, 2020 · Cloud Native

Master Docker: From Basics to Advanced Container Management

This comprehensive guide explains Docker’s core concepts, advantages over traditional VMs, architecture, essential components, installation steps, common commands, Dockerfile syntax, storage handling, networking modes, and practical examples, providing developers and ops engineers with a solid foundation for container‑based workflows.

ContainerDevOpsDocker
0 likes · 23 min read
Master Docker: From Basics to Advanced Container Management
360 Zhihui Cloud Developer
360 Zhihui Cloud Developer
Jan 21, 2020 · Cloud Native

How to Achieve Accurate Container Resource Metrics with Lxcfs and Kubernetes Admission Webhook

This article explains why container resource view isolation is needed, outlines common scenarios where traditional monitoring commands misreport data, and demonstrates how to use Lxcfs together with a Kubernetes mutating admission webhook to provide accurate per‑container metrics and ensure proper resource limits.

ContainerKubernetesLXCFS
0 likes · 9 min read
How to Achieve Accurate Container Resource Metrics with Lxcfs and Kubernetes Admission Webhook
Liangxu Linux
Liangxu Linux
Jan 18, 2020 · Fundamentals

Discover openEuler: Huawei’s Open‑Source OS and Its Community Projects

The article introduces openEuler, Huawei’s newly open‑sourced operating system, outlines its vision, key features, related projects like iSulad and A‑Tune, and provides direct links to the main and package repositories for developers interested in this Linux‑based platform.

AI OptimizationContaineropen source
0 likes · 4 min read
Discover openEuler: Huawei’s Open‑Source OS and Its Community Projects
Liangxu Linux
Liangxu Linux
Jan 15, 2020 · Operations

5 Essential Docker Utilities Every Developer Should Use

This guide introduces five practical Docker tools—Watchtower, docker‑gc, docker‑slim, Rocker, and ctop—explaining their purpose, core commands, key options, and how they can streamline container updates, cleanup, image size reduction, build workflows, and real‑time monitoring.

Containerctopdocker-gc
0 likes · 8 min read
5 Essential Docker Utilities Every Developer Should Use