refactor: remove uneccessary is_running load
This commit is contained in:
@@ -8,14 +8,6 @@ use tokio::sync::oneshot::Sender;
|
||||
pub enum DockerMessage {
|
||||
ConfirmDelete(ContainerId),
|
||||
Control((DockerCommand, ContainerId)),
|
||||
|
||||
// Delete(ContainerId),
|
||||
Exec(Sender<Arc<Docker>>),
|
||||
// Pause(ContainerId),
|
||||
Quit,
|
||||
// Restart(ContainerId),
|
||||
// Start(ContainerId),
|
||||
// Stop(ContainerId),
|
||||
// Resume(ContainerId),
|
||||
Update,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user