usnistgov / AusteniteCalculator

Software and GUI for uncertainty quantification of austenite phase fraction
Other
1 stars 0 forks source link

Accessing Files inside the Docker container #6

Closed creuzige closed 2 years ago

creuzige commented 2 years ago

While I'm debugging, it is sometimes helpful if I can run or analyze files inside the container. It looks like we'd need to set up 'volume' for doing that.

https://stackoverflow.com/questions/52856353/docker-accessing-files-inside-container-from-host

creuzige commented 2 years ago

Largely abandoned this in favor of just running the script in a non-Docker container environment