implement listContainers and listContainersDetailed
This commit is contained in:
+7
-1
@@ -1,6 +1,12 @@
|
||||
import "typings-global";
|
||||
export declare class dockersock {
|
||||
sockPath: string;
|
||||
constructor(pathArg: string);
|
||||
constructor(pathArg?: string);
|
||||
listContainers(): any;
|
||||
listContainersDetailed(): any;
|
||||
listContainersRunning(): any;
|
||||
listContainersStopped(): any;
|
||||
listImages(): any;
|
||||
clean(): any;
|
||||
request(methodArg: string, routeArg: string, dataArg?: {}): any;
|
||||
}
|
||||
|
||||
Vendored
+51
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user