I am trying to run a Python software on a windows system using Docker. For context, I am starting an internship in a couple of weeks during which I will be using the Python software OpenMC to model neutronics (https://docs.openmc.org/en/stable/). I believe the software was written for Linux, so to run on a windows machine, I need to go through Docker. For the life of me, I cannot get this to work.
The main issue is that I cannot figure out how to actually execute a Python script within this Docker container. The primary instructions for this specific software (OpenMC) are in the Quick-Installation instructions and the Developer's Guide, both linked here:
- https://docs.openmc.org/en/stable/quickinstall.html
- https://docs.openmc.org/en/stable/devguide/docker.html
I am able to go through all the steps of the Developer's guide, but once I am in this "interactive shell" I don't understand how to execute a Python script that I've written on my machine. I've been stumped on this issue for the better part of a week, and could really use some guidance. I am verging on desperation here as I really need to get my feet wet with this software before I start working, and right now I can't even get it to run.
Thank you for your time, and let me know if I can clarify anything.