How to copy files from host to Docker container?
In my daily work, I have utility containers. Some are based on ubuntu, others just on busy box. I start them, run few commands and destroy them. For some specific task I need a long running container and populate it with files that are from the host. And after my work is done, I copy the result from the container back to the host.