Some experimenting with docker api
This commit is contained in:
parent
57c4af0aaf
commit
e6a1d32f0e
4 changed files with 43 additions and 7 deletions
|
|
@ -3,5 +3,5 @@ module main
|
|||
import docker
|
||||
|
||||
fn build() {
|
||||
println(docker.containers() or { panic('yeet') })
|
||||
println(docker.pull('archlinux', 'latest') or { panic('yeetus') })
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue