PS C:\Users\djs> docker run -it -v C:\Users\djs\workspace:/workspace node:lts bash
Docker Desktop - Filesharing
Docker wants to access to C:\Users
\djs\workspace.
Do you want to share it ?
Docker Desktop
Share it Cancel
Explanation
The image shows a command-line interface where a Docker container is being run with a volume mapped from the host machine to the container. Additionally, a Docker Desktop dialog box appears asking the user to grant access to the C:\Users\djs\workspace directory, indicating a file-sharing request from Docker.