Skip to content

Commit 0f807f0

Browse files
committed
fix docker image uri
1 parent ee71a3d commit 0f807f0

File tree

1 file changed

+2
-2
lines changed
  • docker_native_scripts/amazonlinux-docker

1 file changed

+2
-2
lines changed

docker_native_scripts/amazonlinux-docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Run the command as such in your command prompt. This will authorize the `docker
3838

3939
Run the following command to get the AmazonLinux Docker image to your local environment. E.g.
4040

41-
`sudo docker pull 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-cpp-amazon-linux:latest`
41+
`sudo docker pull 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-sdk-cpp-amazon-linux:latest`
4242

4343
you can verify the images in your local docker environment by running `docker images`.
4444

@@ -47,7 +47,7 @@ you can verify the images in your local docker environment by running `docker im
4747

4848
Run the following command to start the kinesis video sdk container
4949

50-
`sudo docker run -it --network="host" --device=/dev/video0 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-cpp-amazon-linux:latest /bin/bash`
50+
`sudo docker run -it --network="host" --device=/dev/video0 546150905175.dkr.ecr.us-west-2.amazonaws.com/kinesis-video-producer-sdk-cpp-amazon-linux:latest /bin/bash`
5151

5252

5353
#### Step 4: Run the GStreamer plugin

0 commit comments

Comments
 (0)