Currently broken start of docker wrapper [CI SKIP]
This commit is contained in:
parent
022f8c4fbe
commit
6f86033cd9
6 changed files with 134 additions and 47 deletions
7
src/build.v
Normal file
7
src/build.v
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
module main
|
||||
|
||||
import docker
|
||||
|
||||
fn build() {
|
||||
println(docker.containers() or { panic("yeet") })
|
||||
}
|
||||
Reference in a new issue