Merge branch 'fr05t1k-exec'

This commit is contained in:
Bradley Cicenas
2019-05-12 16:26:51 -04:00
10 changed files with 140 additions and 0 deletions

View File

@@ -153,3 +153,7 @@ func (c *Container) Restart() {
}
}
}
func (c *Container) Exec(cmd []string) error {
return c.manager.Exec(cmd)
}