Fix typo in Dockerfiles section (#8728)

`an container runner` => `a container runner`
This commit is contained in:
Aayush Sarva 2020-02-13 20:09:45 +05:30 committed by GitHub
parent 675fe95882
commit c2ad9481f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ Instead, you can just provide shell scripts, Chef recipes, Puppet manifests,
etc. to provision your Docker container just like you would a regular etc. to provision your Docker container just like you would a regular
virtualized or dedicated machine. virtualized or dedicated machine.
While Docker has many features, Packer views Docker simply as an container While Docker has many features, Packer views Docker simply as a container
runner. To that end, Packer is able to repeatedly build these containers using runner. To that end, Packer is able to repeatedly build these containers using
portable provisioning scripts. portable provisioning scripts.