Home Explore Blog CI



3b9415290a186382385162df90928c2c1d377d2e67e3a7410000000200012c67.png

Extracted Text
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.