Mounting host drives in Docker for Windows with Git Bash
When trying to share a local drive with my docker containers using Docker for Windows in my Git Bash shell, I kept getting errors about invalid mount specs. Even just following along with the basic example provided in the Docker for Windows dialog for sharing drives fails: $ docker run --rm -v c:/Users:/data alpine ls /data […]