update test Environment

This commit is contained in:
2016-06-16 01:56:53 +02:00
parent 7049ddc5f2
commit 38dca0c9a0
14 changed files with 162 additions and 92 deletions

View File

@ -1,7 +1,7 @@
import "typings-global"
import * as plugins from "./dockersock.plugins";
export class dockersock {
export class Dockersock {
sockPath:string;
constructor(pathArg:string = "http://unix:/var/run/docker.sock:"){
this.sockPath = pathArg;

2
ts/index.ts Normal file
View File

@ -0,0 +1,2 @@
import "typings-global";
export {Dockersock} from "./dockersock.classes.dockersock"