CS Notes

Recent writing

  • Systemd

    Oct 21, 2025

    • OS
    • bash
  • Python Iterable vs Iterator vs Generator

    Oct 15, 2025

    • python
    • programming
    • OS
  • Python Behavior

    Oct 15, 2025

    • python
    • OS
    • programming

See 651 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Jump Trading, Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

Tools

❯

Docker

❯

Docker Volume

Docker Volume

34 words, 1 min read
Last updated on Mar 06, 2024
🌟 Edit This Page!   🗓️ History

  • docker
Xinyang YU

Abstract


  • Docker Container is stateless, all data is lost when container is removed. Docker Volume allows us to store persistent data

3 types of volumes

  1. Docker Host Volume
  2. Docker Anonymous Volume
  3. Docker Named Volume

Mentioned by

  • AWS Nuke
  • Docker RUN Command Flags

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub