mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
how set auto login when startup by docker run ... #222
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 @VictorLee0321 on GitHub (Jul 7, 2021).
Had set
Automatic login,Prevent sleeping automatically,turned off FileVault, and uncheckDisable automatic loginin the docker image, but it can't auto login while I start the container withdocker run ... docker-osx:my-big-sur.These setting works on the true mac machine(
mac miniormac pro).@sickcodes commented on GitHub (Jul 8, 2021):
Here are some optimizations that may apply
https://github.com/sickcodes/osx-optimizer
@VictorLee0321 commented on GitHub (Jul 9, 2021):
THX