GRIDAPPSD / CIMHub

16 stars 9 forks source link

Help getting the converted files to save to local host #46

Closed OESNES closed 4 months ago

OESNES commented 5 months ago

I have the Docker containers making conversions of the example 13-node test feeder using WSL bash in my Windows 11 terminal. I modified the start.sh script based on the given one and replaced the commented lines for my local host folder but nothing has worked.

docker-compose up -d
docker exec -it cimhub_hub_1 /bin/bash

docker run --name cimhub -it --mount type=bind,source=C:\\code\\cimhub-work\\CIMHub\\test,destination=/app/example gridappsd/cimhub:0.0.1

docker run --name cimhub --entrypoint bash -it --mount type=bind,source=C:\\code\\cimhub-work\\CIMHub\\test,destination=/app/example gridappsd/cimhub:0.0.1

I do get the following error in the Docker terminal that the tool cannot create a folder by the way though I am not sure what files are trying to get saved there.

FNCS not available
compile test_opendss.dss
Last Error: Cannot create /root/Documents/OpenDSSCmd/ directory.

How can I get the converted files to save to my local computer instead of having to do a copy from the Docker terminal?