Don't use local Docker Volumes
Summary
The transcript discusses storing Docker container volumes on remote network storage, emphasizing the benefits of separating container workflows from local data storage. The speaker explores using Network File System (NFS) as a storage solution for home lab and small server environments, highlighting advantages like easier data management and backup compared to local volume storage. The practical takeaway is that using a centralized network storage system can provide more flexibility, resilience, and simplified data protection for containerized applications, especially when dealing with databases and persistent volumes.