File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/manuals/build/building Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ For most cases, you don't need to create your own base image. Docker Hub
22
22
contains a vast library of Docker images that are suitable for use as a base
23
23
image in your build. [ Docker Official
24
24
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.
26
26
There are also [ Docker Verified
27
27
Publisher] ( ../../docker-hub/image-library/trusted-content.md#verified-publisher-images )
28
28
images, created by trusted publishing partners, verified by Docker.
@@ -77,7 +77,7 @@ To run your new image, use the `docker run` command:
77
77
$ docker run --rm hello
78
78
```
79
79
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
81
81
doesn't have any runtime dependencies. Computer programs tend to depend on
82
82
certain other programs or resources to exist in the runtime environment. For
83
83
example:
You can’t perform that action at this time.
0 commit comments