Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
OESNES opened this issue Apr 25, 2024 · 0 comments
Closed

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

OESNES opened this issue Apr 25, 2024 · 0 comments

Comments

@OESNES
Copy link

OESNES commented Apr 25, 2024

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?

@OESNES OESNES closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant