mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
Merge branch 'exec' of https://github.com/fr05t1k/ctop into fr05t1k-exec
This commit is contained in:
@@ -153,3 +153,7 @@ func (c *Container) Restart() {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func (c *Container) Exec(cmd []string) error {
|
||||
return c.manager.Exec(cmd)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user