mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
[GH-ISSUE #342] Programmatically install programs like xCode with Dockerfile? #244
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#244
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/342
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.