Documentation I’m following says to run the newly created image using the following command:
docker run -v [Modules path]:/usr/src/app/modules -v [Archetypes path]:/usr/src/app/archetypes -it [Image name of your choice]
Considerations for Docker containers running in Windows:
- [Modules path] and [Archetypes path] should contain the hard drive information and the path should be in Linux format (i.e. c:/source/vdc/modules)
- In case unit tests are executed inside the container, make sure to mount test local folder
How do I mount specific folders? From settings, I can only choose the C drive