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
2222contains a vast library of Docker images that are suitable for use as a base
2323image in your build. [ Docker Official
2424Images] ( ../../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.
2626There are also [ Docker Verified
2727Publisher] ( ../../docker-hub/image-library/trusted-content.md#verified-publisher-images )
2828images, 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
8181doesn't have any runtime dependencies. Computer programs tend to depend on
8282certain other programs or resources to exist in the runtime environment. For
8383example:
You can’t perform that action at this time.
0 commit comments