Merge branch 'exec' of https://github.com/fr05t1k/ctop into fr05t1k-exec

This commit is contained in:
Bradley Cicenas
2019-05-12 15:31:33 -04:00
10 changed files with 133 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)
}