mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
add more commands in container manager menu
Signed-off-by: xiechengsheng <XIE1995@whut.edu.cn>
This commit is contained in:
@@ -17,3 +17,15 @@ func (rc *Runc) Stop() error {
|
||||
func (rc *Runc) Remove() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (rc *Runc) Pause() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (rc *Runc) Unpause() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (rc *Runc) Restart() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user