stuff
This commit is contained in:
parent
2dba8c9c4f
commit
e481f1c071
4
lxc.js
4
lxc.js
@ -40,8 +40,8 @@ function sysExec(command, callback){
|
|||||||
var Container = function(config){
|
var Container = function(config){
|
||||||
this.name = config.name;
|
this.name = config.name;
|
||||||
this.state = config.state || 'STOPPED';
|
this.state = config.state || 'STOPPED';
|
||||||
this.ip = config.ip || (config.ipv4 || '').replace('-', '') || null ;
|
this.ip = config.ip || (config.ipv4 || '').replace('-', '') || null;
|
||||||
this.overlayfs = null
|
this.overlayfs = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
Container.prototype.clone = function(callback){
|
Container.prototype.clone = function(callback){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user