proto: make container.proto compile
Replaced tags with owner. This assumes we will provide a Metadata endpoint since we're planning on using it for distribution. Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
@@ -59,9 +59,7 @@ var runCommand = cli.Command{
|
||||
Stdout: os.Stdout.Name(),
|
||||
Stderr: os.Stderr.Name(),
|
||||
},
|
||||
Tags: []string{
|
||||
"ctr",
|
||||
},
|
||||
Owner: "ctr",
|
||||
})
|
||||
defer client.Containers.Delete(container)
|
||||
if err := client.Networks.Attach(config.Network, container); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user