Open zstadler opened 6 years ago
This StackOverflow issue has several leads about volume mounting in Windows Toolbox.
default
Virtual Machine using VirtualBox. The Docker containers are running in this Linux virtual machine.C:\Users
is mounted as c/Users
VBoxManage sharedfolder add default --name c --hostpath /c --automount
docker-machine regenerate-certs
Notes:
docker-machine ssh
VBoxManage
is not accessible using PATH. Use either "${VBOX_MSI_INSTALL_PATH}VBoxManage.exe"
or "${VBOX_INSTALL_PATH}VBoxManage.exe"
As a temporary workaround, git clone
was done in a Linux under Windows environment
The proper solution is probably using the line-endings setting for specific file types
Running
docker run -e POSTGRES_DB=gis --name postgis melbournemap_postgis
without mounting ./data
seems to work fine. WIP
renderer
andpostgis
Cause: Unix line endings for.sh
files are modified when downloading the repository with Windows git%USERPROFILE%
and its sub-directories