From 77e1c3d7004faa142ba8cb4d30cdd659f35af6b6 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Tue, 1 Jan 2019 17:58:27 -0700 Subject: [PATCH] Update part2.md Wording cleanup. --- get-started/part2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/get-started/part2.md b/get-started/part2.md index 8af66fbf66..5b0886534b 100644 --- a/get-started/part2.md +++ b/get-started/part2.md @@ -158,8 +158,7 @@ Dockerfile app.py requirements.txt ``` Now run the build command. This creates a Docker image, which we're going to -name using the `-t`/`--tag` option, so it has a human-friendly name rather than -just an ID. +name using the `--tag` option. Use `-t` if you want to use the a shorter option. ```shell docker build --tag=friendlyhello .