mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 17:04:52 +08:00 
			
		
		
		
	Readme
Readme
This commit is contained in:
		
						commit
						4904109b9e
					
				@ -152,18 +152,16 @@ docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-ti
 | 
				
			|||||||
    devices:
 | 
					    devices:
 | 
				
			||||||
        - /dev/vhost-net
 | 
					        - /dev/vhost-net
 | 
				
			||||||
    device_cgroup_rules:
 | 
					    device_cgroup_rules:
 | 
				
			||||||
        - 'c 511:* rwm'
 | 
					        - 'c *:* rwm'
 | 
				
			||||||
    ```
 | 
					    ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    Please note that the exact `cgroup` rule number may vary depending on your system, but the log output will indicate the correct number in the event of an error.
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  * ### How do I install a specific version of vDSM?
 | 
					  * ### How do I install a specific version of vDSM?
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    By default, version 7.2 will be installed, but if you prefer an older version, you can add its URL to your compose file as follows:
 | 
					    By default, version 7.2 will be installed, but if you prefer an older version, you can add its URL to your compose file as follows:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ```yaml
 | 
					    ```yaml
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
        URL: "https://global.synologydownload.com/download/DSM/release/7.1.1/42962-1/DSM_VirtualDSM_42962.pat"
 | 
					        URL: "https://global.synologydownload.com/download/DSM/release/7.0.1/42218/DSM_VirtualDSM_42218.pat"
 | 
				
			||||||
    ```
 | 
					    ```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    With this method, you are able to switch between different versions while keeping your file data.
 | 
					    With this method, you are able to switch between different versions while keeping your file data.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user