now prperly pulling an image

This commit is contained in:
2016-06-16 20:25:18 +02:00
parent 6b22f12051
commit 0575e618f2
4 changed files with 29 additions and 26 deletions

View File

@ -26,8 +26,8 @@ describe("dockersock",function(){
});
});
it("should pull an image from imagetag",function(done){
this.timeout(10000);
testDockersock.pullImage("nginx")
this.timeout(30000);
testDockersock.pullImage("hosttoday%2Fht-docker-dbase")
.then((dataArg)=>{
done();
},done);