Reduced image by 5GB, thanks to @weskerfoot!
This commit is contained in:
		
							parent
							
								
									8401069229
								
							
						
					
					
						commit
						217af19452
					
				
							
								
								
									
										10
									
								
								README.md
								
								
								
								
							
							
						
						
									
										10
									
								
								README.md
								
								
								
								
							| 
						 | 
					@ -17,7 +17,7 @@ Docker Hub: https://hub.docker.com/r/sickcodes/docker-osx
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- sickcodes/docker-osx:naked - supply your own .img file
 | 
					- sickcodes/docker-osx:naked - supply your own .img file
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- sickcodes/docker-osx:auto - 22gb image boot to OSX shell
 | 
					- sickcodes/docker-osx:auto - 17.5GB image boot to OSX shell
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Professional Support Available!
 | 
					## Professional Support Available!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -47,7 +47,7 @@ docker run -it \
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Quick Start 22GB Pre-Made Image
 | 
					# Quick Start 17.5GB Pre-Made Image
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
You will need around 50GB of space: half for the base image + half for your runtime image.
 | 
					You will need around 50GB of space: half for the base image + half for your runtime image.
 | 
				
			||||||
| 
						 | 
					@ -152,7 +152,7 @@ docker run -it \
 | 
				
			||||||
- Full auto mode: boot straight to OSX shell.
 | 
					- Full auto mode: boot straight to OSX shell.
 | 
				
			||||||
- sickcodes/docker-osx:latest - original base recovery image (safe)
 | 
					- sickcodes/docker-osx:latest - original base recovery image (safe)
 | 
				
			||||||
- sickcodes/docker-osx:naked - supply your own .img file (safe)
 | 
					- sickcodes/docker-osx:naked - supply your own .img file (safe)
 | 
				
			||||||
- sickcodes/docker-osx:auto - 22gb image boot to OSX shell (must trust @sickcodes)
 | 
					- sickcodes/docker-osx:auto - 17.5GB image boot to OSX shell (must trust @sickcodes)
 | 
				
			||||||
- Supply your own image using -v $PWD/disk.img:/image
 | 
					- Supply your own image using -v $PWD/disk.img:/image
 | 
				
			||||||
- Kubernetes Helm Chart. [See ./helm](https://github.com/sickcodes/Docker-OSX/tree/master/helm)
 | 
					- Kubernetes Helm Chart. [See ./helm](https://github.com/sickcodes/Docker-OSX/tree/master/helm)
 | 
				
			||||||
- OSX-KVM
 | 
					- OSX-KVM
 | 
				
			||||||
| 
						 | 
					@ -174,9 +174,7 @@ Upstream Credits (OSX-KVM project) among many others: https://github.com/kholia/
 | 
				
			||||||
# Download The Image for sickcodes/docker-osx:naked
 | 
					# Download The Image for sickcodes/docker-osx:naked
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
wget https://images2.sick.codes/mac_hdd_ng_auto.img.zst
 | 
					wget https://images2.sick.codes/mac_hdd_ng_auto.img
 | 
				
			||||||
 | 
					 | 
				
			||||||
zstd -d mac_hdd_ng_auto.img.zst
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker run -it \
 | 
					docker run -it \
 | 
				
			||||||
    --device /dev/kvm \
 | 
					    --device /dev/kvm \
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue