using the recommended command
docker run --name clipsketch -it yaelvinker/clipasso_docker /bin/bash
won't mount files from a local path into the path of a docker image.
But I need the mount path in order to update my files.
In other word, how to realize the docker run -v path1:path2 xxx
using the recommended command
docker run --name clipsketch -it yaelvinker/clipasso_docker /bin/bash
won't mount files from a local path into the path of a docker image. But I need the mount path in order to update my files.In other word, how to realize the docker run -v path1:path2 xxx