forked from vieter-v/vieter
feat(docker): error when HTTP requests fail
This commit is contained in:
parent
4c97489f8a
commit
da46b8b4ae
4 changed files with 51 additions and 7 deletions
|
|
@ -56,6 +56,7 @@ 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