Сopy files & folders from running Docker container with exclusion of few folders to host
I can copy all files and folders from /var/www in docker container with name container_name to host folder /var/mybackup with command docker cp container_name:/var/www /var/mybackup But problem i need to create exclusion of few folder which i don't want to…