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:
Kenfe-Mickael Laventure 2016-12-01 10:27:31 -08:00
parent f8e7d65b18
commit 6c7b4b4c17
2 changed files with 97 additions and 17 deletions

View file

@ -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 {