Skip to content

Commit 8909217

Browse files
committed
updating docker image id
1 parent 7f9489e commit 8909217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/playbook/ENVIRONMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ You will now see the `ghcr.io/coqui-ai/stt-train` image when you run the command
175175
```
176176
$ docker image ls
177177
REPOSITORY TAG IMAGE ID CREATED SIZE
178-
ghcr.io/coqui-ai/stt-train latest d145cb0930ea 37 minutes ago 5.12GB
178+
ghcr.io/coqui-ai/stt-train latest e1ab9313051d 37 minutes ago 5.12GB
179179
``` -->
180180

181181
### Testing the image by creating a container and running a script
182182

183183
Now that you have your Docker image pulled down, you can create a _container_ from the image. Here, we're going to create a container and run a simple test to make sure that the image is working correctly.
184184

185-
_Note that you can refer to Docker images by `id` - such as `7cdc0bb1fe2a` in the example above, or by the image's name and `tag`. Here, we will be using the image name and `tag` - ie `ghcr.io/coqui-ai/stt-train:latest`._
185+
_Note that you can refer to Docker images by `id` - such as `e1ab9313051d` in the example above, or by the image's name and `tag`. Here, we will be using the image name and `tag` - ie `ghcr.io/coqui-ai/stt-train:latest`._
186186

187187
```
188188
$ docker run -it --name stt-test --entrypoint /bin/bash ghcr.io/coqui-ai/stt-train:latest

0 commit comments

Comments
 (0)