mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
carry 17329
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
This commit is contained in:
parent
fae09e2569
commit
e9ab596238
1 changed files with 0 additions and 2 deletions
|
@ -28,8 +28,6 @@ func (l *tarexporter) Load(inTar io.ReadCloser, outStream io.Writer, quiet bool)
|
||||||
)
|
)
|
||||||
if !quiet {
|
if !quiet {
|
||||||
progressOutput = sf.NewProgressOutput(outStream, false)
|
progressOutput = sf.NewProgressOutput(outStream, false)
|
||||||
} else {
|
|
||||||
progressOutput = nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
tmpDir, err := ioutil.TempDir("", "docker-import-")
|
tmpDir, err := ioutil.TempDir("", "docker-import-")
|
||||||
|
|
Loading…
Add table
Reference in a new issue