One specific file can be copied TO the container like:
docker cp foo.txt container_id:/foo.txtOne specific file can be copied FROM the container like:
https://stackoverflow.com/questions/22907231/how-to-copy-files-from-host-to-docker-container
docker cp container_id:/foo.txt foo.txt