Imagine I manage to install Tensorflow on Windows, using Docker as in these two links, for example:
How to install and run TensorFlow on a Windows PC
In both links, they're able to use Tensorflow on a shell python (don't know exactly what version, I have Anaconda installed).
But what if I want to run a script that I made on my local machine that has Tensorflow in it? How do I call the script from docker? I mean, how do I find the script (located on my desktop, for instance) from docker to run it?