From 3fd02e2b30ec67865d38cee8b3e17a6a9030eafe Mon Sep 17 00:00:00 2001 From: Luka Date: Tue, 5 Sep 2023 14:44:04 +0800 Subject: [PATCH] fix typo --- content/get-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/overview.md b/content/get-started/overview.md index a3137acc8c..93f96a92e0 100644 --- a/content/get-started/overview.md +++ b/content/get-started/overview.md @@ -124,7 +124,7 @@ of those objects. #### Images An image is a read-only template with instructions for creating a Docker -container. Often, an image is_based on another image, with some additional +container. Often, an image is based on another image, with some additional customization. For example, you may build an image which is based on the `ubuntu` image, but installs the Apache web server and your application, as well as the configuration details needed to make your application run.