forked from vieter-v/vieter
Some experimenting with docker api
This commit is contained in:
parent
57c4af0aaf
commit
e6a1d32f0e
4 changed files with 43 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue