Update README.md
## What? I've added a script on how to automatic boot vnc-version container in `README.md` file for better usablility. For more background, see ticket #83 . ## Why? Because the script provided in the readme file didn't work on vnc-version container. ## How? ## Testing? No automated tests, take my word for it ;) ## Screenshots Before  After ## Anything Else? Nope
This commit is contained in:
		
							parent
							
								
									e69817242b
								
							
						
					
					
						commit
						fbb186968f
					
				|  | @ -80,6 +80,9 @@ docker ps | ||||||
| # NEW CONTAINERS | # NEW CONTAINERS | ||||||
| docker exec containerID mv ./Launch-nopicker.sh ./Launch.sh | docker exec containerID mv ./Launch-nopicker.sh ./Launch.sh | ||||||
| 
 | 
 | ||||||
|  | # VNC-VERSION-CONTAINER | ||||||
|  | docker exec containerID mv ./Launch-nopicker.sh ./Launch_custom.sh | ||||||
|  | 
 | ||||||
| # LEGACY CONTAINERS | # LEGACY CONTAINERS | ||||||
| docker exec containerID bash -c "grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh | docker exec containerID bash -c "grep -v InstallMedia ./Launch.sh > ./Launch-nopicker.sh | ||||||
| chmod +x ./Launch-nopicker.sh | chmod +x ./Launch-nopicker.sh | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue