Docker-DCO-1.1-Signed-off-by: Nathan LeClaire <nathan.leclaire@docker.com> (github: nathanleclaire)
This commit is contained in:
Nathan LeClaire 2014-07-22 10:41:58 -07:00
Родитель 9dc82e6102
Коммит a1c5f268e5
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -188,6 +188,9 @@ func (cli *DockerCli) CmdBuild(args ...string) error {
}
}
context, err = archive.TarWithOptions(root, options)
if err != nil {
return err
}
}
var body io.Reader
// Setup an upload progress bar