From 6e5b3758afe81ab18f432eef6084d51e068d3548 Mon Sep 17 00:00:00 2001 From: ash Date: Fri, 23 Dec 2016 19:17:52 +0530 Subject: [PATCH] Fix typo on engine/getstarted/step_four.md --- engine/getstarted/step_four.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/getstarted/step_four.md b/engine/getstarted/step_four.md index c1cb13e72b..88958ae6a3 100644 --- a/engine/getstarted/step_four.md +++ b/engine/getstarted/step_four.md @@ -104,7 +104,7 @@ creating an image which runs on Linux. ## Step 2: Build an image from your Dockerfile While you are in the `mydockerbuild` directory, build the image using the -`docker build` image. The `-t` parameter gives your image a tag, so you can +`docker build` command. The `-t` parameter gives your image a tag, so you can run it more easily later. Don't forget the `.` command, which tells the `docker build` command to look in the current directory for a file called `Dockerfile`. This command works the same in Linux, macOS, or Windows.