Tag

volume

0 views collected around this technical thread.

Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Jun 13, 2025 · Cloud Native

Master Docker Commands: Essential Cheat Sheet for Cloud‑Native Developers

This guide presents a comprehensive cheat sheet of Docker commands covering image management, container lifecycle, volumes, networks, and image packaging, offering cloud‑native engineers a quick reference to efficiently handle Docker tasks in development and production environments.

Command LineContainerDocker
0 likes · 4 min read
Master Docker Commands: Essential Cheat Sheet for Cloud‑Native Developers
Model Perspective
Model Perspective
Dec 17, 2024 · Fundamentals

Unveiling Cramer's Rule: Geometric Insight Through Areas and Volumes

This article explores the geometric interpretation of Cramer's Rule, illustrating how determinants represent areas of parallelograms in 2‑D and volumes of parallelotopes in 3‑D, and shows step‑by‑step how these visualizations lead to solving linear systems.

Cramer's ruleareadeterminant
0 likes · 6 min read
Unveiling Cramer's Rule: Geometric Insight Through Areas and Volumes
Java Architect Essentials
Java Architect Essentials
Jun 7, 2023 · Cloud Native

Understanding Podman: Features, Differences from Docker, and Practical Usage Guide

This article introduces Podman as a daemon‑less, root‑less container runtime, compares its architecture and command‑line behavior with Docker, and provides detailed instructions on installation, configuration, common commands, image handling, volume management, and user‑level operation on Linux systems.

CLIContainerDocker
0 likes · 17 min read
Understanding Podman: Features, Differences from Docker, and Practical Usage Guide
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.

ContainerDockerDockerfile
0 likes · 12 min read
Understanding Docker Images, Layers, Volumes, and Dockerfile Usage
DevOps Cloud Academy
DevOps Cloud Academy
Jul 14, 2020 · Operations

Using Docker Volumes for Persistent Container Storage

This article explains how to use Docker volumes for persistent container storage, demonstrating data creation, volume creation, mounting, data persistence across container restarts, alternative -v usage, and sharing volumes between containers with --volumes-from.

ContainerDevOpsDocker
0 likes · 6 min read
Using Docker Volumes for Persistent Container Storage
Tencent Music Tech Team
Tencent Music Tech Team
May 11, 2017 · Mobile Development

Understanding Android Audio Volume Architecture and Configuration (Android 6.0)

The article explains Android 6.0’s audio volume architecture, detailing how streams, devices, and per‑stream volume indices are defined, cached, persisted, and modified via AudioManager or AudioTrack/MediaPlayer, and how these changes travel through AudioService, AudioPolicy, and AudioFlinger to the hardware.

AudioAudioManagerAudioService
0 likes · 12 min read
Understanding Android Audio Volume Architecture and Configuration (Android 6.0)