Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
cc93c296c6 | |||
07a4d024a8 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mojoio/docker",
|
"name": "@mojoio/docker",
|
||||||
"version": "1.0.104",
|
"version": "1.0.105",
|
||||||
"description": "easy communication with docker remote api from node, TypeScript ready",
|
"description": "easy communication with docker remote api from node, TypeScript ready",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@mojoio/docker',
|
name: '@mojoio/docker',
|
||||||
version: '1.0.104',
|
version: '1.0.105',
|
||||||
description: 'easy communication with docker remote api from node, TypeScript ready'
|
description: 'easy communication with docker remote api from node, TypeScript ready'
|
||||||
}
|
}
|
||||||
|
@ -45,9 +45,7 @@ export class DockerHost {
|
|||||||
throw new Error(response.body.Status);
|
throw new Error(response.body.Status);
|
||||||
}
|
}
|
||||||
console.log(response.body.Status);
|
console.log(response.body.Status);
|
||||||
this.registryToken = plugins.smartstring.base64.encode(
|
this.registryToken = plugins.smartstring.base64.encode(plugins.smartjson.stringify(authData));
|
||||||
plugins.smartjson.stringify(authData)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user