mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Offline mode; launching docs; immediate crash #436
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 @bphd on GitHub (Dec 8, 2022).
I have three problems:
* Line 7/13-15:
Each launch of a new container needs downloading something
-e MASTER_PLIST_URL='https://raw.githubusercontent.com/sickcodes/osx-serial-generator/master/config-custom.plist' \Cloning into 'OpenCorePkg'...Receiving objects: 100% (1668/1668), 14.62 MiB | 3.28 MiB/s, done.and I'm very limited in bandwidth. I would like to be able to create full offline a container. Is there a modification of the command line to perform that? Please integrate it to Docker-OSX ReadMe for people to use it offline if needed* Line 10:
This command
# docker build -t docker-osx --build-arg SHORTNAME=ventura .is not explained in the ReadMe, I would like it to be explained in the ReadMe* Line 17-116:
Bunch of errors encountered in many other issues over here, always needing a different solution, so I'm here to get mine. But I would love in the future that as many errors as possible to be explained
It needs to be in the whitelist of the graphic server..., correctedTo whitelist it, you need to perform that command...and integrated (a PR instead of just a reply in some issues) into the troubleshooting ReadMe for people to be able to debug rapidly themselves without needing to wait for someone to reply on an issue (I salutate the already extensive troobleshooting part who help even in the early stages of containerization, thats why I would like it to continue in that way)