Link
  1. How to copy files from host to Docker Container

How to copy files from host to Docker Container

docker cp foo.tar.gz mycontainer:/foo.tar.gz
# mycontainer is a the container ID
# use `docker ps` to get the container ID

Resources and More