mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-13 13:53:28 +01:00
Programmatically install programs like xCode with Dockerfile? #245
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 @GrabbenD on GitHub (Sep 15, 2021).
At the moment it's possible to manually setup a container and install programs which you can then distribute with
docker commit. However, with this approach you end up with a large image and updating it takes rather long time since it has to be done manually.Is there any way of programmatically building MacOS and then installing packages onto it like xCode and brew through for example a Dockerfile? This way you'd be able to erase everything and easily spin up a new container with the right configuration and programs without the need of manually installing everything.