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