website: document dockerfile

This commit is contained in:
Mitchell Hashimoto 2013-11-09 13:59:34 -08:00
parent 3a13e47f34
commit 8f39edf935
1 changed files with 8 additions and 1 deletions

View File

@ -38,4 +38,11 @@ All configuration options are currently required.
## Dockerfiles
TODO
This builder allows you to build Docker images _without_ Dockerfiles. If
you have a Dockerfile already made, it is simple to just run `docker build`
manually.
With this builder, you can repeatably create Docker images without the use
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,
etc. to provision your Docker container just like you would a regular machine.