now encoding URI

This commit is contained in:
2016-07-18 00:54:41 +02:00
parent cec9555908
commit 4e3446cb2f
10 changed files with 21 additions and 15 deletions

View File

@ -27,7 +27,7 @@ describe("dockersock",function(){
});
it("should pull an image from imagetag",function(done){
this.timeout(60000);
testDockersock.pullImage("hosttoday%2Fht-docker-dbase")
testDockersock.pullImage("hosttoday/ht-docker-dbase")
.then((dataArg)=>{
done();
},done);