mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	Merge branch 'master' of https://github.com/kroese/virtual-dsm
This commit is contained in:
		
						commit
						389fb6537e
					
				@ -23,7 +23,7 @@ Via `docker run`:
 | 
			
		||||
```bash
 | 
			
		||||
$ docker run --rm -it \
 | 
			
		||||
    -p 5000:5000 \
 | 
			
		||||
    -e SPACE=16G \
 | 
			
		||||
    -e DISK_SIZE=16G \
 | 
			
		||||
    --cap-add NET_ADMIN \
 | 
			
		||||
    --cap-add SYS_ADMIN \
 | 
			
		||||
    --device=/dev/kvm:/dev/kvm \
 | 
			
		||||
@ -49,7 +49,7 @@ services:
 | 
			
		||||
        ports:
 | 
			
		||||
            - 5000:5000
 | 
			
		||||
        environment:
 | 
			
		||||
            SPACE: 16G
 | 
			
		||||
            DISK_SIZE: 16G
 | 
			
		||||
        restart: always
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user