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]