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: _implementors/spec.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Mounts allow containers to have access to the underlying machine, share data bet
90
90
91
91
A default mount should be included so that the source code is accessible from inside the container. Source code is stored outside of the container so that a developer's in-flight edits can be extracted, or a new container created in the event a container no longer starts.
92
92
93
-
## <ahref="#workspace-folder"name="workspace-folder"class="anchor"> workspaceFolder and worspaceMount </a>
93
+
## <ahref="#workspace-folder"name="workspace-folder"class="anchor"> workspaceFolder and workspaceMount </a>
94
94
95
95
The default mount point for the source code can be set with the `workspaceMount` property for **image** and **dockerfile** scenarios or using the built in `mounts` property in **Docker Compose** files. This folder should point to the root of a repository (where the `.git` folder is found) so that source control operations work correctly inside the container.
0 commit comments