Suggestion: Automate the macOS installation process within the Dockerfile #59

Open
opened 2025-12-29 05:21:13 +01:00 by adam · 1 comment
Owner

Originally created by @youngminz on GitHub (Jul 8, 2020).

Is it possible to automate the macOS installation within Dockerfile so that users can use macOS immediately? After downloading Docker Image and running docker-compose, it took an hour to install macOS on the virtual disk. I think this installation process could be improved. Distributing the disk with macOS installed can save hundreds and thousands of users time. Is there any way to automate installation GUI? For example, a software script similar to AutoHotKey?

Originally created by @youngminz on GitHub (Jul 8, 2020). Is it possible to automate the macOS installation within Dockerfile so that users can use macOS immediately? After downloading Docker Image and running docker-compose, it took an hour to install macOS on the virtual disk. I think this installation process could be improved. Distributing the disk with macOS installed can save hundreds and thousands of users time. Is there any way to automate installation GUI? For example, a software script similar to AutoHotKey?
Author
Owner

@sickcodes commented on GitHub (Jul 10, 2020):

Yes, you can try automating it with xdotool

@sickcodes commented on GitHub (Jul 10, 2020): Yes, you can try automating it with xdotool
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Docker-OSX-sickcodes#59