I have a Docker container where I have cloned a project repository. I have Visual Studio Code installed in my Windows 10 OS. Now I can't access the repository as it is inside the container and not in my local machine.
Asked
Active
Viewed 77 times
1 Answers
0
You need to mount the volume on your host system.
You can achieve this within your Dockerfile, with the Docker run command or with Docker-compose

Quinten Scheppermans
- 954
- 1
- 10
- 29