From 8806dfd18ce2890f66632ec0e85b3edc94bb0735 Mon Sep 17 00:00:00 2001 From: Maksim Pavlenko Date: Tue, 12 Mar 2024 18:14:31 +0200 Subject: [PATCH] Update section-3.md Changed "contained" into "container" on line 230 in "In-depth dive into images" --- docs/part-1/section-3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/part-1/section-3.md b/docs/part-1/section-3.md index e2422f9a..f942ff06 100644 --- a/docs/part-1/section-3.md +++ b/docs/part-1/section-3.md @@ -227,7 +227,7 @@ $ docker run -it hello-docker sh Now we're inside of the container. We replaced the CMD we defined earlier with `sh` and used -i and -t to start the container so that we can interact with it. -In the second terminal we will copy the file inside the contained: +In the second terminal we will copy the file inside the container: ```console # do this in terminal 2