how to put a image in a docker container code example
Example: how to put a image in a docker container
$ docker cp /hostfile (container_id):/(to_the_place_you_want_the_file_to_be)
$ docker cp /hostfile (container_id):/(to_the_place_you_want_the_file_to_be)