Skip to content

Commit 675c908

Browse files
authored
Fix a few typos in the "Base images" manual (docker#22486)
## Description The pull request fixes a few minor typos in the "Base images" manual.
1 parent 9683207 commit 675c908

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/manuals/build/building/base-images.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For most cases, you don't need to create your own base image. Docker Hub
2222
contains a vast library of Docker images that are suitable for use as a base
2323
image in your build. [Docker Official
2424
Images](../../docker-hub/image-library/trusted-content.md#docker-official-images)
25-
have clear documentation, promote best practices, and are regularly updated
25+
have clear documentation, promote best practices, and are regularly updated.
2626
There are also [Docker Verified
2727
Publisher](../../docker-hub/image-library/trusted-content.md#verified-publisher-images)
2828
images, created by trusted publishing partners, verified by Docker.
@@ -77,7 +77,7 @@ To run your new image, use the `docker run` command:
7777
$ docker run --rm hello
7878
```
7979

80-
This example image can only successfully execute as long as the `hello` binary
80+
This example image can only be successfully executed as long as the `hello` binary
8181
doesn't have any runtime dependencies. Computer programs tend to depend on
8282
certain other programs or resources to exist in the runtime environment. For
8383
example:

0 commit comments

Comments
 (0)