Docker cp command
Move host file to container
docker cp [host file location] [container name]:[container location]
Move container file to host
docker cp [container name]:[container location] [host location]
docker cp [host file location] [container name]:[container location]
docker cp [container name]:[container location] [host location]