appc / docker2aci

library and CLI tool to convert Docker images to ACIs (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
186 stars 60 forks source link

avoid O(N) and fix defer reader close #180

Closed runcom closed 8 years ago

runcom commented 8 years ago
cgonyeo commented 8 years ago

LGTM

runcom commented 8 years ago

@dgonyeo reworked the second commit so that if there's an error and the res var isn't nil then we close the body

iaguis commented 8 years ago

One nit but LGTM afterwards.

iaguis commented 8 years ago

Thanks!