From a2857ce16f286392b5c902e5ca38a3117552f0de Mon Sep 17 00:00:00 2001 From: Seednode Date: Wed, 21 Feb 2024 07:58:38 -0600 Subject: [PATCH] Replace 'container' with 'image' for consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10e19d5..9c1d709 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ Flags: --video enable support for video files ``` -## Building the Docker container +## Building the Docker image From inside the cloned repository, build the image using the following command: `REGISTRY= LATEST=yes TAG=alpine ./build-docker.sh`