Skip to content

Commit deef558

Browse files
authored
type in workspaceMount
1 parent 033677a commit deef558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_implementors/spec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Mounts allow containers to have access to the underlying machine, share data bet
9090

9191
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.
9292

93-
## <a href="#workspace-folder" name="workspace-folder" class="anchor"> workspaceFolder and worspaceMount </a>
93+
## <a href="#workspace-folder" name="workspace-folder" class="anchor"> workspaceFolder and workspaceMount </a>
9494

9595
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.
9696

0 commit comments

Comments
 (0)