fix for bug reported in slack

Signed-off-by: Sam Thibault <sam.thibault@docker.com>
This commit is contained in:
Sam Thibault 2023-07-04 14:19:32 +02:00
parent dc6f32ed7b
commit 48edff4365
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -177,7 +177,7 @@ Now that you have configured the extension, you need to build the extension imag
install it.
```bash
docker build --tag= awesome-inc/my-extension:latest .
docker build --tag=awesome-inc/my-extension:latest .
```
This built an image tagged `awesome-inc/my-extension:latest`, you can run `docker inspect
@ -365,7 +365,7 @@ If your extension uses `localStorage` to store data, other extensions running in
Since you have modified the code of the extension, you must build again the extension.
```console
$ docker build --tag= awesome-inc/my-extension:latest .
$ docker build --tag=awesome-inc/my-extension:latest .
```
Once built, you need to update it.