Tags

Storage

May 1, 2026 Alibaba Cloud Full Stack 58 min read

Alibaba Cloud Full Stack (4): OSS — Object Storage Done Right

Master Alibaba Cloud OSS: bucket types, storage classes, access control (ACL, RAM, STS, signed URLs), lifecycle rules, cross-region replication, CDN integration, and custom domains. Build a complete media storage …

Jun 19, 2023 Docker and Containers 28 min read

Docker and Containers (4): Networking and Volumes — How Containers Talk and Persist

Containers are ephemeral by default — they lose data when deleted and run in isolated networks. Volumes and networks are the two mechanisms that connect containers to the persistent, communicating world.