You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,12 @@ Once Docker for Windows/Mac is installed in your machine, enter into its Setting
83
83
84
84
<imgsrc="img/docker_settings.png">
85
85
86
+
#### Share drives in Docker settings (In order to deploy and debug from VS 2017)
87
+
In order to deploy/debug from Visual Studio 2017, you'll need to share the drives from Settings-> Shared Drives in the "Docker for Windows" configuration.
88
+
If you don't do this, you will get an error when trying to deploy/debug from VS 2017, like "Cannot create container for service yourApplication: C: drive is not shared"
89
+
(Note, that this is not required if running from Docker CLI with docker-compose up)
90
+
*** TBD Image of Docker Settings and Shared Drives ***
91
+
86
92
#### Bower and Gulp global installation
87
93
Before generating the Docker images, and specifically when generating the web apps binaries with "dotnet publish" from the custom scripts (like when running the build-images.ps1 script from PowerShell or the build-images.sh from bash in a Mac), it needs to have access to the paths where you have installed Bower and Gulp. For that, the recommendation is to install Bower and Gulp with a global installation by running the following commands from command-line or bash:
0 commit comments