|
@@ -172,9 +172,9 @@ func (cli *DockerCli) CmdBuild(args ...string) error {
|
|
|
// FIXME: ProgressReader shouldn't be this annoying to use
|
|
|
if context != nil {
|
|
|
sf := utils.NewStreamFormatter(false)
|
|
|
- body = utils.ProgressReader(context, 0, cli.err, sf, true, "", "Uploading context")
|
|
|
+ body = utils.ProgressReader(context, 0, cli.err, sf, true, "", "Sending build context to Docker daemon")
|
|
|
}
|
|
|
- // Upload the build context
|
|
|
+ // Send the build context
|
|
|
v := &url.Values{}
|
|
|
|
|
|
//Check if the given image name can be resolved
|