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
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?
The text was updated successfully, but these errors were encountered:
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.
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.
How can I get the converted files to save to my local computer instead of having to do a copy from the Docker terminal?
The text was updated successfully, but these errors were encountered: