Merge pull request #1362 from pmorie/docs

Fix typo in docker builder docs
This commit is contained in:
Jason A. Beranek 2014-08-18 17:44:38 -05:00
commit 1e5d746783
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ and `docker push`, respectively.
This builder allows you to build Docker images _without_ Dockerfiles. This builder allows you to build Docker images _without_ Dockerfiles.
With this builder, you can repeatably create Docker images without the use With this builder, you can repeatably create Docker images without the use of
a Dockerfile. You don't need to know the syntax or semantics of Dockerfiles. a Dockerfile. You don't need to know the syntax or semantics of Dockerfiles.
Instead, you can just provide shell scripts, Chef recipes, Puppet manifests, 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