update doc string

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
Upstream-commit: 9c09a79ba54080873b435842fb2a4aaa3b701a9c
Component: engine
This commit is contained in:
Brian Goff
2016-01-29 14:28:30 -05:00
parent caddcbad3d
commit b5c499b982
2 changed files with 4 additions and 4 deletions

View File

@ -173,8 +173,8 @@ func (b *Builder) Cancel() {
})
}
// BuildFromConfig will do build directly from parameter 'changes',
// which is treated like it is coming from a Dockerfile. It will:
// BuildFromConfig builds directly from `changes`, treating it as if it were the contents of a Dockerfile
// It will:
// - Call parse.Parse() to get an AST root for the concatenated Dockerfile entries.
// - Do build by calling builder.dispatch() to call all entries' handling routines
//