Docker Volumes
- In Linux a volume mounted file points to the same file as the host does (concurrent access possible)
- MacOS and Windows need to mount files via distributed filesystem
- You can use volumes to share files across services when they are running on the same host
- Create a volume for any folder that is written to