Tagged articles

Docker

2438 articles · Page 25 of 25
Efficient Ops
Efficient Ops
Dec 21, 2015 · Operations

How to Eliminate Plaintext MySQL Passwords in Docker Containers

This article examines the security risk of exposing MySQL root passwords as plaintext environment variables in Docker containers and presents a practical volume‑replacement method, comparing it with password‑modification approaches while discussing Docker‑layer versus application‑layer considerations.

Dockercontainer securitydevops
0 likes · 10 min read
How to Eliminate Plaintext MySQL Passwords in Docker Containers
Qunar Tech Salon
Qunar Tech Salon
Dec 14, 2015 · Cloud Native

Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned

This article details a year‑long journey of designing, deploying, and operating container‑based development environments using Docker, Apache Mesos, and Kubernetes, covering the challenges of version consistency, rapid environment switching, resource isolation, and the practical solutions and lessons gathered from real‑world production use.

Container OrchestrationDockerMesos
0 likes · 16 min read
Building Scalable Development Environments with Docker, Mesos, and Kubernetes: Lessons Learned
ITPUB
ITPUB
Nov 27, 2015 · Operations

How to Quickly Set Up a Data Science Environment with Docker

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

DockerJupyterPython
0 likes · 14 min read
How to Quickly Set Up a Data Science Environment with Docker
MaGe Linux Operations
MaGe Linux Operations
Nov 27, 2015 · Cloud Native

Master Docker: Essential Commands for Managing Images and Containers

This tutorial walks you through essential Docker commands, covering how to list images, search and pull images, run containers with various options, inspect logs, stop, remove, restart containers, and export or import container snapshots, all illustrated with clear examples and screenshots.

Dockercloud-nativecommand-line
0 likes · 6 min read
Master Docker: Essential Commands for Managing Images and Containers
MaGe Linux Operations
MaGe Linux Operations
Nov 26, 2015 · Operations

Master Docker Image Management: List, Tag, Push, Save, and Delete

This guide walks through essential Docker image commands—listing, searching, pulling, tagging, pushing, saving, loading, and deleting images—while explaining the underlying UnionFS layer mechanism and offering practical code examples for effective container image management.

Container ManagementDockerLinux operations
0 likes · 6 min read
Master Docker Image Management: List, Tag, Push, Save, and Delete
21CTO
21CTO
Nov 23, 2015 · Cloud Native

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

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

Cloud NativeDockerLinux
0 likes · 20 min read
Unveiling Docker 1.2: Deep Dive into Its Architecture and Core Components
21CTO
21CTO
Nov 22, 2015 · Cloud Native

Step-by-Step Guide to Build a Kubernetes Cluster on CentOS 7

This article walks through installing and configuring a Kubernetes 0.6.2 cluster on CentOS 7, covering core concepts, environment setup, master and minion configuration, deployment of pods, services, replication controllers, and practical testing of load balancing and scaling.

CentOSCluster DeploymentDocker
0 likes · 19 min read
Step-by-Step Guide to Build a Kubernetes Cluster on CentOS 7
21CTO
21CTO
Nov 19, 2015 · Cloud Computing

How Mango TV Built a Hybrid Cloud Platform to Scale Video Services

The article examines how Mango TV leveraged its broadcast assets and a hybrid cloud architecture—combining private and public cloud services, Docker‑based scheduling, Redis‑Cluster, and a custom PaaS called ProjectEru—to support IPTV, OTT, and web content at massive scale while maintaining stability and low operational cost.

Cloud NativeDockerHybrid Cloud
0 likes · 12 min read
How Mango TV Built a Hybrid Cloud Platform to Scale Video Services
Efficient Ops
Efficient Ops
Nov 17, 2015 · Information Security

Why Are MySQL Docker Containers Exposing Plaintext Passwords?

This article examines how MySQL containers run with Docker often expose root passwords in clear text through environment variables, detailing where the plaintext is stored, the security risks involved, and practical steps to mitigate the vulnerability.

Dockerdevopsmysql
0 likes · 9 min read
Why Are MySQL Docker Containers Exposing Plaintext Passwords?
21CTO
21CTO
Nov 12, 2015 · Cloud Computing

Scaling Mogujie's Private Cloud for 11.11: Architecture, Stability & Ops Insights

This article details how Mogujie's private cloud platform, built on OpenStack, Docker, and KVM, was engineered and optimized to handle the massive traffic of the 11.11 shopping festival, covering architectural choices, stability measures, monitoring, disaster recovery, performance tuning, and integration with existing operations systems.

DockerKVMMonitoring
0 likes · 10 min read
Scaling Mogujie's Private Cloud for 11.11: Architecture, Stability & Ops Insights

Understanding Container Technology: From Virtual Machines to Scalable Container Clusters

This article explains the fundamentals of container technology, compares containers with virtual machines, describes how containers are managed and deployed using tools like Docker and CoreOS, and shows how container clusters improve resource utilization and scalability in modern DevOps environments.

ContainersDockercloud-native
0 likes · 15 min read
Understanding Container Technology: From Virtual Machines to Scalable Container Clusters
Architect
Architect
Sep 2, 2015 · Operations

Using Docker to Build a Continuous Delivery Pipeline: A Practical Case Study

This article describes how Docker was employed in a real-world logistics portal project to create a continuous delivery pipeline, integrate Jenkins for CI, standardize container images, automate deployments, and overcome resource constraints, illustrating practical DevOps practices for enterprises.

Continuous DeliveryDockerJenkins
0 likes · 17 min read
Using Docker to Build a Continuous Delivery Pipeline: A Practical Case Study
Hulu Beijing
Hulu Beijing
Aug 14, 2015 · Big Data

How Voidbox Bridges Docker and YARN for Scalable Big Data Workloads

Voidbox integrates Docker containers with YARN to simplify distributed application development, improve deployment, boost cluster efficiency, and provide fault‑tolerant, DAG‑based execution modes, enabling seamless resource management for Hadoop‑based big data jobs.

Big DataCluster ComputingDAG
0 likes · 17 min read
How Voidbox Bridges Docker and YARN for Scalable Big Data Workloads
High Availability Architecture
High Availability Architecture
Jul 13, 2015 · Cloud Native

Insights from DockerCon 2015: Expert Opinions on Docker’s Future, Architecture, and Adoption

The article reports on DockerCon 2015, summarizing expert viewpoints from JD, Weibo, and a startup founder on Docker’s platform direction, extensions, open standards, production readiness, resource management, and its evolving role as an app‑container versus OS‑container technology.

Cloud NativeDockerOpen Container Initiative
0 likes · 11 min read
Insights from DockerCon 2015: Expert Opinions on Docker’s Future, Architecture, and Adoption
MaGe Linux Operations
MaGe Linux Operations
Jun 23, 2015 · Operations

Essential Docker Commands Every Developer Should Master

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

DockerOperationscommand-line
0 likes · 5 min read
Essential Docker Commands Every Developer Should Master
Efficient Ops
Efficient Ops
Jun 9, 2015 · Operations

Why Docker Redefines Linux: The Real Benefits Behind Lightweight Containers

This article examines Docker’s core design principles—lightweight, rapid startup, and limited security—explaining how containers act as isolated service units rather than virtual machines, and why these traits simplify daemonization, privilege management, and configuration, ultimately reshaping server‑side development and operations.

Dockercloud-native
0 likes · 10 min read
Why Docker Redefines Linux: The Real Benefits Behind Lightweight Containers
High Availability Architecture
High Availability Architecture
May 24, 2015 · Cloud Native

Design and Implementation of Project Eru: A Docker‑Based Cloud Native Scheduling Platform at Mango TV

The article recounts the evolution from Douban's App Engine to Mango TV's Nebulium Engine and finally Project Eru, describing how Docker, Redis Cluster, MacVLAN networking, and custom resource scheduling were combined to build a scalable, cloud‑native platform for heterogeneous workloads.

Cloud NativeContainer OrchestrationDocker
0 likes · 24 min read
Design and Implementation of Project Eru: A Docker‑Based Cloud Native Scheduling Platform at Mango TV
Suning Technology
Suning Technology
Apr 30, 2015 · Cloud Computing

Suning CloudStack Salon: Open‑Source Cloud, Docker, and Storage Insights

The April 25, 2015 Suning Cloud Computing sharing session in Nanjing gathered around 200 cloud enthusiasts and developers, featuring talks on CloudStack’s open‑source contributions, troubleshooting, Docker adoption, object storage practices, custom network design, and distributed storage systems, followed by Q&A and a group photo.

CloudStackDistributed storageDocker
0 likes · 6 min read
Suning CloudStack Salon: Open‑Source Cloud, Docker, and Storage Insights
Meituan Technology Team
Meituan Technology Team
Mar 10, 2015 · Cloud Native

Introduction to Docker and Its Ecosystem

Docker is an open‑source platform that packages applications into lightweight Linux containers, offering faster startup, isolated environments, and simple image management via Docker Hub, while providing core components like daemon, client, and networking modes, and spawning an ecosystem of tools such as CoreOS, Kubernetes, Deis, and Flynn for scalable deployment.

Cloud NativeDockerLinux
0 likes · 15 min read
Introduction to Docker and Its Ecosystem
Meituan Technology Team
Meituan Technology Team
Mar 10, 2015 · Operations

Meituan Automated Build System: Docker‑Based CI/CD

Meituan’s new Docker‑based automated build system isolates each build in lightweight containers, using YAML‑defined images to compile code, preprocess assets, and package artifacts, which speeds builds, eliminates environment conflicts, and delivers pre‑built packages for faster, more reliable releases across the platform.

Automated BuildCI/CDDocker
0 likes · 7 min read
Meituan Automated Build System: Docker‑Based CI/CD
Meituan Technology Team
Meituan Technology Team
Jan 31, 2015 · Cloud Native

Docker Introduction and Architecture

Docker, an open-source tool written in Go, packages applications into lightweight Linux containers that share the host kernel, offering near-native performance, a client-server architecture with images and containers, simple bridge networking, essential CLI commands, and an evolving ecosystem including CoreOS, Kubernetes, and PaaS platforms.

Container OrchestrationDockerDocker Architecture
0 likes · 12 min read
Docker Introduction and Architecture
Qunar Tech Salon
Qunar Tech Salon
Jan 12, 2015 · Backend Development

Designing and Building a Private Docker Registry Service

This article outlines the requirements, architecture, and implementation considerations for creating a private Docker registry, covering intelligent layer deduplication, a searchable web UI, horizontal scaling, and the underlying Python/Flask stack with various storage back‑ends.

DockerFlaskWeb UI
0 likes · 5 min read
Designing and Building a Private Docker Registry Service
MaGe Linux Operations
MaGe Linux Operations
Jun 24, 2014 · Cloud Native

Getting Started with Docker: A Beginner’s Guide to Containers

This article introduces Docker, explains its architecture and advantages over virtual machines, compares it with Vagrant, and provides a step‑by‑step tutorial for installing Docker on Fedora, pulling images, running a Node.js/Express app inside a container, and publishing the image to Docker Hub.

ContainersDockerExpress
0 likes · 11 min read
Getting Started with Docker: A Beginner’s Guide to Containers
Baidu Tech Salon
Baidu Tech Salon
Jun 11, 2014 · Cloud Computing

Google's Vision for Unified Cloud Computing Using Docker

Google is developing Docker‑based containers to let software run unchanged across any cloud platform, aiming to eliminate current fragmentation, simplify development, and treat the entire Internet as a single computer, though compatibility hurdles and developer adoption still pose significant challenges.

Cloud ComputingDockerGoogle
0 likes · 5 min read
Google's Vision for Unified Cloud Computing Using Docker