I set up Docker for Windows on my laptop and switched from Linux Containers to Windows Containers in Docker\'s settings (which prompted a couple of restarts an
Based on a comment by @GregorySuvalian, I understand that Windows 10 allows Hyper-V runtime only. So my workaround is to stop the container, running the docker cp command and restart the container. (I preferred this over setting up a volume, since it is just a one time operation.)