Docker Volume # Volumes are a way to persist data outside of a Docker container. Think of it as aliasing to a storage path on a host machine from within the container. References # Docker Docs: Volumes