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:
parent
f8e7d65b18
commit
6c7b4b4c17
2 changed files with 97 additions and 17 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue