contained by changed to contained in (#10663)

contained by changed to contained in
This commit is contained in:
ajay143444 2020-04-22 13:39:22 +05:30 committed by GitHub
parent 40ae8fa097
commit 7bd9befce0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ RUN set -o pipefail && wget -O - https://some.site | wc -l > /number
[Dockerfile reference for the CMD instruction](/engine/reference/builder.md#cmd)
The `CMD` instruction should be used to run the software contained by your
The `CMD` instruction should be used to run the software contained in your
image, along with any arguments. `CMD` should almost always be used in the form
of `CMD ["executable", "param1", "param2"…]`. Thus, if the image is for a
service, such as Apache and Rails, you would run something like `CMD