mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-24 16:00:53 +00:00
fix: docker 状态判断逻辑修改 (#1073)
This commit is contained in:
@@ -247,11 +247,6 @@ export namespace Container {
|
||||
export interface DaemonJsonUpdateByFile {
|
||||
file: string;
|
||||
}
|
||||
export interface DockerOperate {
|
||||
stopSocket: boolean;
|
||||
stopService: boolean;
|
||||
operation: string;
|
||||
}
|
||||
export interface DaemonJsonConf {
|
||||
isSwarm: boolean;
|
||||
status: string;
|
||||
|
||||
Reference in New Issue
Block a user