Skip to content

Commit e1f7a1c

Browse files
authored
Update 05_persisting_data.md
Solution for: Unable to find image 'getting-started:latest' locally
1 parent c2ef34d commit e1f7a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/get-started/workshop/05_persisting_data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)