I am trying to build a backup and restore solution for the Docker containers that we work with.
I have Docker base image that I have created, ubuntu:base
ubuntu:base
The best way for copying files to the container I found is mounting a directory on host using -v option of docker run command.
-v