Hi !
Following your guide for QGis image on Windows, i have a problem with my script containing :
docker run -it -v $HOME/Data:/home/data toddstavish/qgis
On launching the script in docker i have those messages :
invalid value "C:\Users\User\Data;C:\Program Files\Git\home\data" for flag -v: bad mode specified: \Program Files\Git\home\data
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'
What can cause this error ? How can i make this image work on windows ?
Hi !
Following your guide for QGis image on Windows, i have a problem with my script containing :
docker run -it -v $HOME/Data:/home/data toddstavish/qgis
On launching the script in docker i have those messages :
invalid value "C:\Users\User\Data;C:\Program Files\Git\home\data" for flag -v: bad mode specified: \Program Files\Git\home\data
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'
What can cause this error ? How can i make this image work on windows ?