File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/get-started/workshop Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,15 +102,15 @@ You can create the volume and start the container using the CLI or Docker Deskto
102102 container, which captures all files created at the path.
103103
104104 ``` console
105- $ docker run -dp 127.0.0.1:3000:3000 --mount type=volume,src=todo-db,target=/etc/todos getting-started
105+ $ docker run -dp 127.0.0.1:3000:3000 --mount type=volume,src=todo-db,target=/etc/todos docker/ getting-started
106106 ```
107107
108108 > [ !NOTE]
109109 >
110110 > If you're using Git Bash, you must use different syntax for this command.
111111 >
112112 > ``` console
113- > $ docker run -dp 127.0.0.1:3000:3000 --mount type=volume,src=todo-db,target=//etc/todos getting-started
113+ > $ docker run -dp 127.0.0.1:3000:3000 --mount type=volume,src=todo-db,target=//etc/todos docker/ getting-started
114114 > ```
115115 >
116116 > For more details about Git Bash's syntax differences, see
You can’t perform that action at this time.
0 commit comments