How to keep files on the host trash which deleted from Docker container

Viewed 8
  1. The host has the recycle bin enabled, and the deleted files will remain in the trash instead of being deleted directly
  2. After mapping a directory to the docker container, deleting the file in the container will delete it directly instead of appearing on the host

How to make sure that the files deleted in the container appear in the recycle bin of the host?

0 Answers
Related