You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: