I am trying to copy a .txt file from my computer into a docker container using the command below which I run in powershell:
docker cp SelectedWords.txt 27eab29f7d03:/selectwords/
The command is run, but when I check docker, the file does not appear.
Any suggestions please?