Provide a mechanism for customizing build host configuration #1793
tammymakesthings
started this conversation in
Ideas
Replies: 1 comment
-
Thanks a lot for taking the time to test Build and the suggestion! We were actually thinking about a script that could run after starting a specific container (say for example, a mysql.sh script or a ht.sh for hacker tools). That way we could initialize, finalize setups, etc... For example:
For the whole machine, this may make sense as well:
We are still testing the waters, so ideas like these are greatly appreciated. We will then go back and do another big push before we take this out of Beta. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be great if there was a way to customize the configuration of my build host any time it’s (re-)created. Ideally, the customization would be in the form of a shell script that could do things like:
I know I can sort of kludge at least some of this by editing my
~/.bash_login
file, but it would be nice if there was a supported way to override/customize the configuration.Beta Was this translation helpful? Give feedback.
All reactions