Docker add file from windows host into container

On my windows machin, I can’t share volume with docker container because of my firewall.

 

So, what I’ve done is creating my container :

 

 

Once it’s started, I get the container ID :

 

Then, just copy the file by using : docker cp <file> <containerID>:<containerPATH>