Relates to PR 7688

This commit is contained in:
Maria Bermudez 2018-12-27 16:04:25 -08:00 committed by GitHub
parent a724ce3666
commit 76e53fbd4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -154,8 +154,7 @@ $ ls
Dockerfile app.py requirements.txt
```
Now run the build command. This creates a Docker image, which we're going to
tag using `-t` so it has a friendly name.
Now run the build command with the optional `-t` flag to [tag your image with a friendly name](/engine/reference/commandline/build/#tag-an-image--t), and `.` to [set your build context](/engine/reference/commandline/build/#build-with-path).
```shell
docker build -t friendlyhello .