Some experimenting with docker api

This commit is contained in:
Jef Roosens 2022-02-19 22:25:52 +01:00
parent 57c4af0aaf
commit e6a1d32f0e
Signed by untrusted user: Jef Roosens
GPG key ID: B580B976584B5F30
4 changed files with 43 additions and 7 deletions

View file

@ -4,8 +4,8 @@ import json
import net.urllib
struct Container {
id string
names []string
id string [json: Id]
names []string [json: Names]
}
pub fn containers() ?[]Container {