Wait for chunked stream WIP [CI SKIP]
This commit is contained in:
parent
e6a1d32f0e
commit
275227400f
2 changed files with 13 additions and 8 deletions
|
|
@ -4,4 +4,5 @@ import docker
|
|||
|
||||
fn build() {
|
||||
println(docker.pull('archlinux', 'latest') or { panic('yeetus') })
|
||||
// println(docker.containers() or { panic('heet') })
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue