I am stuck at this step. I have been trying to build a backup and restore solution for the Docker containers that we work with.
I have created a docker base image, ubuntu:base, and don't want to rebuild it each time with a Docker file to add files to it.
I am trying to create a script which runs from the host machine and creates a new container using the ubuntu:base Docker image and then copies files into that container.
How do I copy files from the host to the container?
Can anyone help me with this?
Thanks