grammar edit (#14841)

This commit is contained in:
Eric Shinn 2022-05-30 09:14:08 -04:00 committed by GitHub
parent 48c1266e52
commit a08aca98fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ see a few flaws in the Dockerfile below. But, don't worry. We'll go over them.
for the final image. Since we named the image `getting-started`, we can refer to that
image when we run a container.
The `.` at the end of the `docker build` command tells that Docker should look for the `Dockerfile` in the current directory.
The `.` at the end of the `docker build` command tells Docker that it should look for the `Dockerfile` in the current directory.
## Start an app container