This document discusses persistent storage options for Linux containers. It notes that while some containerized applications are stateless, most require persistence for storing application and configuration data. It evaluates options like NFS, GlusterFS, Ceph RBD, and block storage, noting that persistent storage needs to be scalable, resilient, flexible, software-defined, and open. It provides examples of using Gluster and Ceph storage with containers. The document concludes that most containerized apps will need persistent storage and that software-defined storage allows for hyperconverged applications and storage on premises or in hybrid clouds.