I have Docker base image that I have created, ubuntu:base, and do not want to rebuild it each time with a Docker file to add files to it.
I want to create a script that runs from the host machine and creates a new container using the ubuntu:base Docker image and then copies files into that container.
How can I copy files from the host to the container?
Can anyone help me with this query?
Thanks