mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2024-11-22 18:29:58 +08:00
Update README.md with Big Sur 11.3 Fixes
This commit is contained in:
parent
f5a92a394e
commit
879b964621
11
README.md
11
README.md
@ -44,9 +44,20 @@ docker run -it \
|
||||
-p 50922:10022 \
|
||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||
-e "DISPLAY=${DISPLAY:-:0.0}" \
|
||||
-e GENERATE_UNIQUE=true \
|
||||
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \
|
||||
sickcodes/docker-osx:big-sur
|
||||
```
|
||||
|
||||
## Important notices:
|
||||
|
||||
**2021-05-04:** Big Sur requires an updated OpenCore.qcow2 image, simply add:
|
||||
|
||||
```
|
||||
-e GENERATE_UNIQUE=true \
|
||||
-e MASTER_PLIST_URL=https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist \
|
||||
```
|
||||
|
||||
## Technical details
|
||||
|
||||
There currently four images, each with different use cases (explained [below](#container-images)):
|
||||
|
Loading…
Reference in New Issue
Block a user