2016-07-18 18:48:34 +00:00
|
|
|
/// <reference types="q" />
|
|
|
|
import * as plugins from "./npmdocker.plugins";
|
|
|
|
/**
|
|
|
|
* check if docker is available
|
|
|
|
*/
|
|
|
|
export declare let checkDocker: () => plugins.q.Promise<{}>;
|
|
|
|
export declare let makeDockerReady: () => void;
|
2016-07-18 22:37:13 +00:00
|
|
|
export declare let run: (configArg: any) => plugins.q.Promise<{}>;
|