mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
how to creaete own img file like mac_hdd_ng_auto.img and mac_hdd_ng_auto_monterey.img #412
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @unity20221019 on GitHub (Oct 27, 2022).
how to creaete own img file like mac_hdd_ng_auto.img and mac_hdd_ng_auto_monterey.img
can i generate by my finished docker container ?
@unity20221019 commented on GitHub (Oct 28, 2022):
i chose monterey image to install osx online success . now i wanna keep this new status system as a xxx.img file like u provided to auto save changes on disk. and at the same time , i need to add some port binding for more usage i donot consider before like adding a file sharing port and other params when excute docker run cmd.
@unity20221019 commented on GitHub (Oct 28, 2022):
btw. althought documents all saying that nvida card cannot use for osx. but in my case . when i close intel graphy card and only use gtx3070 . it gets a greate impovement . althought it shows only 7m on gpu ram. seems works well so far.
i provide 40G ram and 20 core (mobile i9) . it compiles codes well . same C++ project m1 use 21s and i9 use 37s. macbookpro 2019 i9 use 57s.
@unity20221019 commented on GitHub (Oct 28, 2022):
@sickcodes