Data in Docker

  • volumes:
    • stored in a part of the host filesystem which is managed by Docker
  • bind mounts:
    • may be stored anywhere on the host system
  • tmpfs mounts:
    • stored in the host system’s memory only, and are never written to the host system’s filesystem