stuff
This commit is contained in:
		
							
								
								
									
										2
									
								
								lxc.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								lxc.js
									
									
									
									
									
								
							| @ -41,7 +41,7 @@ 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){ | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user