Comment on Lessons learned from using Docker Swarm mode in productionparentComments−nzoschke9yEFS on AWS is an interesting approach. It's a NFS mount that every instance and every container can share.I wouldn't run a database off it but it's been great for simple file synchronization across containers and container restarts.
Comments
EFS on AWS is an interesting approach. It's a NFS mount that every instance and every container can share.
I wouldn't run a database off it but it's been great for simple file synchronization across containers and container restarts.