Really impressed with this package. However there is a lot going on and the documentation is decently limited (which is understandable). In my deployment workflow, I need to copy directories as well as individual files into my container. If I'm running docker on the CLI, I would run something like this: docker cp <source_file_or_dir> <container-name>:<destination_in_container> How can I mock this functionality with this library?
Really impressed with this package. However there is a lot going on and the documentation is decently limited (which is understandable).
In my deployment workflow, I need to copy directories as well as individual files into my container.
If I'm running docker on the CLI, I would run something like this:
How can I mock this functionality with this library?