File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
content/get-started/workshop Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ filesystem you can share with containers. For details about accessing the settin
5959 bind mount.
6060
6161 {{< tabs >}}
62- {{< tab name="Mac / Linux / PowerShell " >}}
62+ {{< tab name="Mac / Linux" >}}
6363
6464 ``` console
6565 $ docker run -it --mount type=bind,src="$(pwd)",target=/src ubuntu bash
@@ -79,6 +79,13 @@ filesystem you can share with containers. For details about accessing the settin
7979 $ docker run -it --mount type=bind,src="/$(pwd)",target=/src ubuntu bash
8080 ```
8181
82+ {{< /tab >}}
83+ {{< tab name="PowerShell" >}}
84+
85+ ``` console
86+ $ docker run -it --mount "type=bind,src=$($pwd),target=/src" ubuntu bash
87+ ```
88+
8289 {{< /tab >}}
8390 {{< /tabs >}}
8491
You can’t perform that action at this time.
0 commit comments