Fix typo in Dockerfiles section (#8728)
`an container runner` => `a container runner`
This commit is contained in:
parent
675fe95882
commit
c2ad9481f6
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue