forked from vieter-v/vieter
fix(docker): read_response now handles chunked data
This commit is contained in:
parent
1811ebbe3f
commit
79fd9c1f87
4 changed files with 31 additions and 8 deletions
|
|
@ -56,7 +56,6 @@ pub fn create_build_image(base_image string) ?string {
|
|||
|
||||
// This loop waits until the container has stopped, so we can remove it after
|
||||
for {
|
||||
println('wot')
|
||||
data := dd.inspect_container(id)?
|
||||
|
||||
if !data.state.running {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue